Skip to content

Commit 83aae31

Browse files
committed
fix: lint issues
1 parent 8d4965e commit 83aae31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package/src/components/ImageGallery/ImageGallery.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,8 @@ export const ImageGallery = <
293293
const [selectedIndex, setSelectedIndex] = useState(photoSelectedIndex);
294294
const index = useSharedValue(photoSelectedIndex);
295295

296-
const [imageGalleryAttachments, setImageGalleryAttachments] = useState<Photo<StreamChatGenerics>[]>(photos);
296+
const [imageGalleryAttachments, setImageGalleryAttachments] =
297+
useState<Photo<StreamChatGenerics>[]>(photos);
297298

298299
/**
299300
* Photos length needs to be kept as a const here so if the length

0 commit comments

Comments
 (0)