Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ericboucher committed Dec 4, 2024
1 parent b16434e commit 80b31c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const AnticipatoryActionStormLayer = React.memo(
return { ...timeSeriesRest, features: newFeatures };
}

const timeSeries: TimeSeries = enhanceTimeSeries(
const timeSeries: any = enhanceTimeSeries(
AAStormData.time_series as unknown as TimeSeries,
);

Expand Down

0 comments on commit 80b31c5

Please sign in to comment.