1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed lab node creation bug

This commit is contained in:
Fedor Katurov 2021-09-22 10:07:14 +07:00
parent b7aae5eccd
commit e2a69b2b2e
3 changed files with 17 additions and 8 deletions

View file

@ -7,7 +7,7 @@ import { isAfter, parseISO } from 'date-fns';
interface IProps {
node: INode;
lastSeen: string | null;
lastSeen: string | null | undefined;
isLoading?: boolean;
commentCount: number;
}