Make tslint pass

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2022-08-01 19:04:43 +02:00
parent 44b9bd0046
commit 68172d12b0
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ import { ProfileModal } from "./profile/ProfileModal";
import { UserMenu } from "./UserMenu";
interface Props {
preventNavigation: boolean;
preventNavigation?: boolean;
}
export function UserMenuContainer({ preventNavigation }: Props) {