Update MarkAsViewed.ts
This commit is contained in:
@@ -4,7 +4,7 @@ import Document from "~/models/Document";
|
||||
const MARK_AS_VIEWED_AFTER = 3 * 1000;
|
||||
type Props = {
|
||||
document: Document;
|
||||
children: JSX.Element;
|
||||
children?: JSX.Element;
|
||||
};
|
||||
|
||||
function MarkAsViewed(props: Props) {
|
||||
|
||||
Reference in New Issue
Block a user