show analyses for DEMO team
This commit is contained in:
@@ -36,7 +36,8 @@ export default function Header() {
|
||||
className={"navbar-menu" + (burgerActive ? " is-active" : "")}
|
||||
id="navbar"
|
||||
>
|
||||
{user?.scopes.includes(`team:${teams?.activeTeam}`) && (
|
||||
{(user?.scopes.includes(`team:${teams?.activeTeam}`) ||
|
||||
teams?.activeTeam === 42) && (
|
||||
<div className="navbar-start">
|
||||
<Link
|
||||
onClick={() => setBurgerActive(false)}
|
||||
|
||||
Reference in New Issue
Block a user