mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
fix: hidden notifications (#3354)
This commit is contained in:
parent
fdb0eb03ee
commit
02dda7248f
@ -253,7 +253,7 @@ const Header: VFC = () => {
|
||||
<ConditionallyRender
|
||||
condition={
|
||||
Boolean(uiConfig?.flags?.notifications) &&
|
||||
!isOss
|
||||
!isOss()
|
||||
}
|
||||
show={<Notifications />}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user