+ {SortedMap.size(attachments) > 0 && (
+
+
+
+
+ Tytuł
+ Liczba plików
+
+
+
+ {pipe(
+ attachments,
+ SortedMap.entries,
+ Iterable.map(([name, files]) => (
+
+ {name}
+ {files.length}
+
+ )),
+ )}
+
+
+
+ )}
+
+
+
Przeciągnij i upuść tutaj załączniki
+
+
+