Use a hook for the ever-updating now

This commit is contained in:
Josh Perez
2022-03-08 14:11:11 -05:00
committed by GitHub
parent f8724e91da
commit 4e48d7792b
21 changed files with 34 additions and 78 deletions

View File

@@ -29,7 +29,6 @@ export type Props = {
expirationLength?: number;
expirationTimestamp?: number;
id: string;
now: number;
played: boolean;
showMessageDetail: (id: string) => void;
status?: MessageStatusType;