From b9bb62cf0c2af848bf02e2a74d9bd109ef570010 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Mon, 8 Dec 2025 12:04:25 +0100 Subject: Update formatting --- src/frontend/app/components/StopGallery.tsx | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'src/frontend/app/components/StopGallery.tsx') diff --git a/src/frontend/app/components/StopGallery.tsx b/src/frontend/app/components/StopGallery.tsx index a45bfca..8c13aa1 100644 --- a/src/frontend/app/components/StopGallery.tsx +++ b/src/frontend/app/components/StopGallery.tsx @@ -36,7 +36,9 @@ const StopGallery: React.FC = ({ if (stops.length === 0 && emptyMessage) { return (
-

{title}

+

+ {title} +

{emptyMessage} @@ -52,15 +54,17 @@ const StopGallery: React.FC = ({ return (

-

{title}

+

+ {title} +

@@ -73,8 +77,11 @@ const StopGallery: React.FC = ({ {stops.map((_, index) => ( ))}
-- cgit v1.3