diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-21 10:29:33 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-21 10:29:33 +0100 |
| commit | 4fcf9ad479441e7661933b954cc878355bde1e5d (patch) | |
| tree | 394782b29436596d18de5bba0dfb43f80d0bf205 /src/frontend/app/components/StopSheet.tsx | |
| parent | e82e9ffaa58a4817666155c29ad3efe666805881 (diff) | |
feat: Update ConsolidatedCirculationCard to support readonly mode; enhance button behavior based on GPS availability
Diffstat (limited to 'src/frontend/app/components/StopSheet.tsx')
| -rw-r--r-- | src/frontend/app/components/StopSheet.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
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<StopSheetProps> = ({ key={idx} estimate={estimate} regionConfig={regionConfig} + readonly /> ))} </div> |
