diff --git a/src/components/ItemTile.jsx b/src/components/ItemTile.jsx index a0b8516..4e27871 100644 --- a/src/components/ItemTile.jsx +++ b/src/components/ItemTile.jsx @@ -49,6 +49,14 @@ export function ItemTile({ ) : null}

{item.title}

+ {item.files ? ( + + + + ) : null} {item.updatedOn ? (