Tidied people list, now displaying joined at date
This commit is contained in:
Tom Moor
2018-06-20 22:10:03 -07:00
parent b9e0668d7d
commit fa4453a476
9 changed files with 35 additions and 17 deletions

View File

@@ -7,6 +7,7 @@ export type User = {
username: string,
isAdmin?: boolean,
isSuspended?: boolean,
createdAt: string,
};
export type Toast = {