diff --git a/src/app/Nav.tsx b/src/app/Nav.tsx index 5672f64c..61baa030 100644 --- a/src/app/Nav.tsx +++ b/src/app/Nav.tsx @@ -54,7 +54,7 @@ export default function Nav({ ) => typeof linkOrAction === 'string' ? {text} - : {text}; + : {text}; const switcherSelectionForPath = (): SwitcherSelection | undefined => { if (pathname === PATH_ROOT) { diff --git a/src/components/image/ZoomControls.tsx b/src/components/image/ZoomControls.tsx index 3c13a71e..2a61daff 100644 --- a/src/components/image/ZoomControls.tsx +++ b/src/components/image/ZoomControls.tsx @@ -41,6 +41,7 @@ export default function ZoomControls({ const button = { setIsOpen(!isOpen); blurActiveElement(); diff --git a/src/photo/InfinitePhotoScroll.tsx b/src/photo/InfinitePhotoScroll.tsx index 40151307..f3365248 100644 --- a/src/photo/InfinitePhotoScroll.tsx +++ b/src/photo/InfinitePhotoScroll.tsx @@ -159,6 +159,7 @@ export default function InfinitePhotoScroll({ const renderMoreButton = () => error ? mutate() : advance()} disabled={isLoading || isValidating} className={clsx( diff --git a/src/recipe/PhotoRecipeOverlayButton.tsx b/src/recipe/PhotoRecipeOverlayButton.tsx index b4b00f75..72a2daab 100644 --- a/src/recipe/PhotoRecipeOverlayButton.tsx +++ b/src/recipe/PhotoRecipeOverlayButton.tsx @@ -23,6 +23,7 @@ export default function PhotoRecipeOverlayButton({ { toggleRecipeOverlay?.(); // Avoid unexpected tooltip trigger