aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/StopSummarySheet.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/app/components/StopSummarySheet.tsx')
-rw-r--r--src/frontend/app/components/StopSummarySheet.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/app/components/StopSummarySheet.tsx b/src/frontend/app/components/StopSummarySheet.tsx
index 17c0afd..e85dda3 100644
--- a/src/frontend/app/components/StopSummarySheet.tsx
+++ b/src/frontend/app/components/StopSummarySheet.tsx
@@ -26,7 +26,7 @@ interface ErrorInfo {
}
const loadConsolidatedData = async (
- stopId: number
+ stopId: string
): Promise<ConsolidatedCirculation[]> => {
const resp = await fetch(
`${REGION_DATA.consolidatedCirculationsEndpoint}?stopId=${stopId}`,