There was an error while loading. Please reload this page.
1 parent 8dd3b45 commit 9322198Copy full SHA for 9322198
1 file changed
app/(platformMap)/@bottom/platform/[platformId]/forecast/[standardName]/forecast.tsx
@@ -16,15 +16,14 @@ import { WarningAlert } from "components/Alerts"
16
// )
17
// }
18
19
-export function ForecastChart(
20
- // {
+// biome-ignore lint/correctness/noEmptyPattern: forecast currently disabled
+export function ForecastChart({
21
// // platformId,
22
// // standardName,
23
- // }: {
24
- // platformId: string
25
- // standardName: string
26
- // }
27
-) {
+}: {
+ platformId: string
+ standardName: string
+}) {
28
return (
29
<WarningAlert>
30
Forecasts are temporarily unavailable. A new and improved version of this
0 commit comments