diff --git a/marketplace-ui/src/app/app.component.html b/marketplace-ui/src/app/app.component.html index 86dd5834e..fa248498d 100644 --- a/marketplace-ui/src/app/app.component.html +++ b/marketplace-ui/src/app/app.component.html @@ -1,4 +1,4 @@ -@if(!isDesignerViewer()){ +@if(!cookieManagementService.isDesignerEnv()){
@@ -10,7 +10,7 @@
-@if(!isDesignerViewer()){ +@if(!cookieManagementService.isDesignerEnv()){