fix overview test

This commit is contained in:
2020-10-19 21:45:27 +03:00
committed by Stepan Usatiuk
parent 2a02b6c60b
commit c44e5a1de1

View File

@@ -4,7 +4,7 @@ import * as React from "react";
import { HomeComponent, IHomeProps } from "../Home"; import { HomeComponent, IHomeProps } from "../Home";
const defaultHomeProps: IHomeProps = { const defaultHomeProps: IHomeProps = {
user: { id: 1, username: "test" }, user: { id: 1, username: "test", isAdmin: false },
darkMode: false, darkMode: false,