Skip to content

Commit

Permalink
Hot fix for latest image preview
Browse files Browse the repository at this point in the history
  • Loading branch information
leomet07 committed Jun 4, 2024
1 parent ae0f340 commit 009a88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/LatestPreviewImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const LatestPreviewImage = (props: { imageClass: any; imageIndex: number }) => {
};

useEffect(() => {
getImages();
// getImages();
}, []);

return (
Expand Down

0 comments on commit 009a88e

Please sign in to comment.