Skip to content

Commit

Permalink
Merge branch 'feature/google-floods-forecast-chart/1317' into feature…
Browse files Browse the repository at this point in the history
…/google-floods-inundation
  • Loading branch information
gislawill authored Oct 7, 2024
2 parents e39db90 + ba7ee64 commit cdf65d2
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 1,321 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/MapView/LeftPanel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const LeftPanel = memo(() => {
const renderAlertsPanel = React.useMemo(
() => (
<TabPanel value={tabValue} index={Panel.Alerts}>
<AlertsPanel />
{tabValue === Panel.Alerts && <AlertsPanel />}
</TabPanel>
),
[tabValue],
Expand Down
Loading

0 comments on commit cdf65d2

Please sign in to comment.