Skip to content

Commit

Permalink
fix minor prepush err
Browse files Browse the repository at this point in the history
  • Loading branch information
christophertorres1 committed Mar 16, 2024
1 parent 5d8294f commit 8c69ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/featuredToursPage/[tourId]/[displayId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function TourStopPage({
// Fetch the display media
const fetchDisplayMedia = async () => {
const displayMedia = await fetchImagesForDisplay(params.displayId);
setMedia(displayMedia);
setMedia(displayMedia || []);
};

getDisplay();
Expand Down

0 comments on commit 8c69ea7

Please sign in to comment.