diff --git a/services/web/frontend/js/features/editor-navigation-toolbar/components/toolbar-header.js b/services/web/frontend/js/features/editor-navigation-toolbar/components/toolbar-header.js index 5d4074b528..02b12a6ab0 100644 --- a/services/web/frontend/js/features/editor-navigation-toolbar/components/toolbar-header.js +++ b/services/web/frontend/js/features/editor-navigation-toolbar/components/toolbar-header.js @@ -43,9 +43,9 @@ const ToolbarHeader = React.memo(function ToolbarHeader({
- {cobranding && - cobranding.isProjectCobranded && - cobranding.logoImgUrl && } + {cobranding && cobranding.logoImgUrl && ( + + )}
{pdfButtonIsVisible && ( diff --git a/services/web/test/frontend/features/editor-navigation-toolbar/components/toolbar-header.test.js b/services/web/test/frontend/features/editor-navigation-toolbar/components/toolbar-header.test.js index 413936d812..a2a8cd9c43 100644 --- a/services/web/test/frontend/features/editor-navigation-toolbar/components/toolbar-header.test.js +++ b/services/web/test/frontend/features/editor-navigation-toolbar/components/toolbar-header.test.js @@ -29,7 +29,6 @@ describe('', function () { const props = { ...defaultProps, cobranding: { - isProjectCobranded: true, brandVariationHomeUrl: 'http://cobranding', brandVariationName: 'variation', logoImgUrl: 'http://cobranding/logo',