Skip to content

Commit 9322198

Browse files
committed
Fix passing extra props to ForecastChart
1 parent 8dd3b45 commit 9322198

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

  • app/(platformMap)/@bottom/platform/[platformId]/forecast/[standardName]

app/(platformMap)/@bottom/platform/[platformId]/forecast/[standardName]/forecast.tsx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,14 @@ import { WarningAlert } from "components/Alerts"
1616
// )
1717
// }
1818

19-
export function ForecastChart(
20-
// {
19+
// biome-ignore lint/correctness/noEmptyPattern: forecast currently disabled
20+
export function ForecastChart({
2121
// // platformId,
2222
// // standardName,
23-
// }: {
24-
// platformId: string
25-
// standardName: string
26-
// }
27-
) {
23+
}: {
24+
platformId: string
25+
standardName: string
26+
}) {
2827
return (
2928
<WarningAlert>
3029
Forecasts are temporarily unavailable. A new and improved version of this

0 commit comments

Comments
 (0)