Skip to content

Commit

Permalink
fix: hidden notifications (#3354)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Mar 20, 2023
1 parent fdb0eb0 commit 02dda72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/component/menu/Header/Header.tsx
Expand Up @@ -253,7 +253,7 @@ const Header: VFC = () => {
<ConditionallyRender
condition={
Boolean(uiConfig?.flags?.notifications) &&
!isOss
!isOss()
}
show={<Notifications />}
/>
Expand Down

0 comments on commit 02dda72

Please sign in to comment.