- {attachmentsLoading ? (
-
- ) : (
- <>
- {!attachments || attachments.length === 0 ? (
-
-
- {t.allegati.nessun_allegato}
-
-
- ) : (
-
-
- {t.allegati.allegati_recenti}
-
- {attachments?.map((file, idx) => {
- if (idx >= 3) return null;
-
- return (
- -
- idx
- }`}
- >
- console.log("touching")}
- target="_blank"
- >
-
-
-
- {TimeSince(new Date(file.uploadedAt))}
-
-
- );
- })}
-
- )}
- >
- )}
-
-