Skip to content

Commit

Permalink
Missed file
Browse files Browse the repository at this point in the history
  • Loading branch information
dgboss committed Feb 14, 2024
1 parent da65bcf commit 654731d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions web/src/features/moreCast2/pages/MoreCast2Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,7 @@ const MoreCast2Page = () => {
/>
</SidePanel>
<Observations>
<TabbedDataGrid
morecast2Rows={sortedMoreCast2Rows}
fetchWeatherIndeterminates={fetchWeatherIndeterminates}
fromTo={fromTo}
setFromTo={setFromTo}
/>
<TabbedDataGrid morecast2Rows={sortedMoreCast2Rows} fromTo={fromTo} setFromTo={setFromTo} />
</Observations>
</Content>
</Root>
Expand Down

0 comments on commit 654731d

Please sign in to comment.