refs #master Merge branch 'origin/master' into 13828-trash-view
[arvados-workbench2.git] / src / views-components / data-explorer / renderers.tsx
index abf1839286997117c0ecc56d2a5e87f917456e23..390e601f9dbd8bac5e74967f316db3211c35163f 100644 (file)
@@ -52,7 +52,7 @@ export const renderIcon = (item: { kind: string }) => {
     }
 };
 
-export const renderDate = (date: string) => {
+export const renderDate = (date?: string) => {
     return <Typography noWrap>{formatDate(date)}</Typography>;
 };