+
Pictures
+
+ {isLoading ? (
+
+ {[...Array(8)].map((_, i) => (
+
+ ))}
+
+ ) : pictures.length === 0 ? (
+
+
+
+ No pictures found for this user.
+
+
+
+ ) : (
+ <>
+
+ {pictures.map((event) => (
+
+ ))}
+
+
+ {hasNextPage && (
+
+
+
+ )}
+ >
+ )}
+