We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7451e commit 4bd8c27Copy full SHA for 4bd8c27
src/components/ui/masonry/MasonryGrid.js
@@ -20,7 +20,7 @@ export default function MasonryGrid({ masonryType }) {
20
21
return (
22
<>
23
- {inAlbumPage && masonryPhotos.length === 0 ? (
+ {inAlbumPage && masonryPhotos.length === 0 && !masonryType ? (
24
<VStack width={"100%"}>
25
<Image src="/empty_state_album.svg" alt="" />
26
<Heading size={"md"} fontWeight={"normal"}>
0 commit comments