- {images[row.id]
- .slice(0, images[row.id].length > 5 ? 5 : images[row.id].length)
- .map((img) => (
-
-

-
+
+ {row.categories &&
+ row.categories
+ .split(',')
+ .map((tag, index) => (
+
))}
- {images[row.id].length > 5 && (
-
- + {images[row.id].length - 5} More
-
- )}
-
- )}
+