You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(NcAppNavigationItem): ensure to pass boolean where needed
`isActive && to` evaluates to `boolean && object` which, when active,
evaluates to `object`, so we need to reverse it to get a boolean.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
0 commit comments