+ {imagesAndIds.length === 0 && isLoading ? (
+ <>
+
+
+
+
+
+
+
+
+
+ >
+ ) : (
+ imagesAndIds.map((galleryEntry) => (
+ galleryEntry.images.map((imageUrl, index) => (
+
+ ))
+ ))
+ )}
+
+ >
+ );
+}
+
+export default ProfileGalleryViewFeed;
\ No newline at end of file
diff --git a/lumina/components/ProfileQuickViewFeed.tsx b/lumina/components/ProfileQuickViewFeed.tsx
index 678a4c6..be4370e 100644
--- a/lumina/components/ProfileQuickViewFeed.tsx
+++ b/lumina/components/ProfileQuickViewFeed.tsx
@@ -20,7 +20,7 @@ const ProfileQuickViewFeed: React.FC