@saooti/octopus-sdk 41.0.4-SNAPSHOT → 41.0.6-SNAPSHOT
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -252,7 +252,7 @@ const isDebriefing = computed(() => {
|
|
|
252
252
|
);
|
|
253
253
|
});
|
|
254
254
|
const isOctopusAndAnimator = computed(() => {
|
|
255
|
-
return !isPodcastmaker && editRight && authStore.isRoleLive;
|
|
255
|
+
return !isPodcastmaker.value && editRight.value && authStore.isRoleLive;
|
|
256
256
|
});
|
|
257
257
|
const podcastNotValid = computed(() => {
|
|
258
258
|
return (
|