From 8caee6e03782bdde680cd8446ae15b8a97ac3180 Mon Sep 17 00:00:00 2001 From: Scott Jochems Date: Thu, 11 Jan 2024 17:14:37 +0100 Subject: [PATCH] bug fixes --- src/components/photos/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/photos/index.tsx b/src/components/photos/index.tsx index 0aeba11..048ac48 100644 --- a/src/components/photos/index.tsx +++ b/src/components/photos/index.tsx @@ -115,7 +115,7 @@ const Photo: FunctionalComponent = (props) => {
{ e.stopPropagation(); navigate(-1); @@ -124,7 +124,7 @@ const Photo: FunctionalComponent = (props) => { <
{ e.stopPropagation(); // Stop event propagation navigate(1);