Skip to content

Commit 37752e3

Browse files
committed
up
1 parent 0bb7e44 commit 37752e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/MapSearch/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ export const MapPopup: React.FunctionComponent<MapPopupProps> = props => {
503503
return (
504504
<div style={{ display: 'flex', flexDirection: 'row' }}>
505505
{timeserie &&
506-
(mode !== 'simple' || (mode === 'simple' && ap !== 'annual')) && (
506+
(mode !== 'simple' || (mode === 'simple' && data !== 'forecast')) && (
507507
<CompactValueRenderer
508508
time={tt}
509509
value={tv}

0 commit comments

Comments
 (0)