diff --git a/services/web/frontend/js/features/ide-redesign/components/toolbar/toolbar.tsx b/services/web/frontend/js/features/ide-redesign/components/toolbar/toolbar.tsx index 2174d3349b..a885a44f01 100644 --- a/services/web/frontend/js/features/ide-redesign/components/toolbar/toolbar.tsx +++ b/services/web/frontend/js/features/ide-redesign/components/toolbar/toolbar.tsx @@ -22,7 +22,7 @@ const SubmitProjectButton = publishModalModules?.import.NewPublishToolbarButton export const Toolbar = () => { const { view, restoreView } = useLayoutContext() - const { cobranding } = useEditorContext() + const { cobranding, isRestrictedTokenMember } = useEditorContext() const { permissionsLevel } = useIdeReactContext() const { t } = useTranslation() const shouldDisplaySubmitButton = @@ -56,7 +56,7 @@ export const Toolbar = () => {
- + {!isRestrictedTokenMember && } {shouldDisplaySubmitButton && cobranding && (