Fix types

This commit is contained in:
Pierre Jacquier
2024-02-15 07:08:07 -05:00
parent 4f2cf2954a
commit 1ffb6b0192
8 changed files with 17 additions and 12 deletions

View File

@ -120,7 +120,10 @@ function ProjectCard({
}`}
</span>
<span className="text-chalkboard-60 text-xs">
Edited {getDisplayedTime(project.entrypointMetadata.mtime)}
Edited{' '}
{project.entrypointMetadata.mtime
? getDisplayedTime(project.entrypointMetadata.mtime)
: 'never'}
</span>
<div className="absolute z-10 bottom-2 right-2 flex gap-1 items-center opacity-0 group-hover:opacity-100 group-focus-within:opacity-100">
<ActionButton