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:
parent
b7aae5eccd
commit
e2a69b2b2e
3 changed files with 17 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue