mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-24 05:07:06 +08:00
fix: exhibition of edgeless
This commit is contained in:
@@ -18,7 +18,7 @@ export const DateCell = ({
|
||||
<TableCell ellipsis={true}>
|
||||
{pageMeta[dateKey] === undefined
|
||||
? '--'
|
||||
: dayjs(pageMeta[dateKey] as string).format('YYYY-MM-DD HH:MM')}
|
||||
: dayjs(pageMeta[dateKey] as string).format('YYYY-MM-DD HH:mm')}
|
||||
</TableCell>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user