diff --git a/web/src/components/data-table/Cells.tsx b/web/src/components/data-table/Cells.tsx index 458fa78..8321b8d 100644 --- a/web/src/components/data-table/Cells.tsx +++ b/web/src/components/data-table/Cells.tsx @@ -11,7 +11,7 @@ interface CellProps { } export const AgeCell = ({ value }: CellProps) => ( -
+
{formatDistanceToNowStrict(new Date(value), { addSuffix: false })}
);