Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
sirmmo committed Nov 27, 2024
1 parent cd36ffd commit 8ae92b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/pages/MapPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ export function MapPage(props: MapPageProps) {
}
- ${labelFor(currentMap.year_period)}
${currentYear ? ` - Anno ${currentYear}` : ''} © ARPAV - Arpa FVG`; // string or function, added caption to bottom of screen

let filename = `Screenshot ${labelFor(
currentMap.climatological_variable,
)} - ${joinNames([
Expand All @@ -399,8 +400,7 @@ export function MapPage(props: MapPageProps) {
])} - ${joinNames([
labelFor(currentMap.aggregation_period),
labelFor(currentMap.measure),
])}
${currentMap.time_window && currentMap.aggregation_period === '30yr'
])} ${currentMap.time_window && currentMap.aggregation_period === '30yr'
? ' - ' + labelFor(currentMap.time_window)
: ''
} - ${labelFor(currentMap.year_period)} ${currentYear ? ` - Anno ${currentYear}` : ''
Expand Down

0 comments on commit 8ae92b0

Please sign in to comment.