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/StopGalleryItem.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/frontend/app/components/StopGalleryItem.tsx') diff --git a/src/frontend/app/components/StopGalleryItem.tsx b/src/frontend/app/components/StopGalleryItem.tsx index 6c80362..bf60697 100644 --- a/src/frontend/app/components/StopGalleryItem.tsx +++ b/src/frontend/app/components/StopGalleryItem.tsx @@ -22,7 +22,9 @@ const StopGalleryItem: React.FC = ({ stop }) => { to={`/stops/${stop.stopId}`} >
- {stop.favourite && } + {stop.favourite && ( + + )} ({stop.stopId}) @@ -30,10 +32,10 @@ const StopGalleryItem: React.FC = ({ stop }) => {
{StopDataProvider.getDisplayName(stop)} -- cgit v1.3