diff --git a/frontend/src/Photos/Overview.tsx b/frontend/src/Photos/Overview.tsx index 0349146..eabdf22 100644 --- a/frontend/src/Photos/Overview.tsx +++ b/frontend/src/Photos/Overview.tsx @@ -85,13 +85,11 @@ export const OverviewComponent: React.FunctionComponent< ); const photosEls = photos.map((photo) => { return ( - <> - onCardClick(photo.id)} - /> - + onCardClick(photo.id)} + /> ); }); return [ @@ -144,7 +142,12 @@ export const OverviewComponent: React.FunctionComponent< >
- + { + setOverlayOpen(false); + }} + />