diff --git a/components/PublicGrid.tsx b/components/PublicGrid.tsx index 39bae88..d9adb67 100644 --- a/components/PublicGrid.tsx +++ b/components/PublicGrid.tsx @@ -407,7 +407,7 @@ export default function PublicGrid({ cards, maxCols = 5 }: { cards: Card[], maxC })} - {activeCard && ( + {activeCard && fullscreenIndex === null && (
setActiveCard(null)}