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