1
0
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:
Mateusz Kwasniewski 2023-03-20 16:36:57 +01:00 committed by GitHub
parent fdb0eb03ee
commit 02dda7248f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -253,7 +253,7 @@ const Header: VFC = () => {
<ConditionallyRender
condition={
Boolean(uiConfig?.flags?.notifications) &&
!isOss
!isOss()
}
show={<Notifications />}
/>