From 4fcf9ad479441e7661933b954cc878355bde1e5d Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Fri, 21 Nov 2025 10:29:33 +0100 Subject: feat: Update ConsolidatedCirculationCard to support readonly mode; enhance button behavior based on GPS availability --- src/frontend/app/components/StopSheet.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/frontend/app/components/StopSheet.tsx') diff --git a/src/frontend/app/components/StopSheet.tsx b/src/frontend/app/components/StopSheet.tsx index 8749fe8..f32c435 100644 --- a/src/frontend/app/components/StopSheet.tsx +++ b/src/frontend/app/components/StopSheet.tsx @@ -167,6 +167,7 @@ export const StopSheet: React.FC = ({ key={idx} estimate={estimate} regionConfig={regionConfig} + readonly /> ))} -- cgit v1.3