mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 15:27:49 +01:00
fix overview test
This commit is contained in:
@@ -4,7 +4,7 @@ import * as React from "react";
|
||||
import { HomeComponent, IHomeProps } from "../Home";
|
||||
|
||||
const defaultHomeProps: IHomeProps = {
|
||||
user: { id: 1, username: "test" },
|
||||
user: { id: 1, username: "test", isAdmin: false },
|
||||
|
||||
darkMode: false,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user