small fixes

This commit is contained in:
Lachlan Kermode
2020-06-10 12:48:45 +02:00
parent d963ac0643
commit dd679f8943
5 changed files with 6 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ function MapEvents ({
fill: getCategoryColor(locCategory),
stroke: colors.darkBackground,
strokeWidth: 0,
fillOpacity: calcOpacity(location.events.length),
fillOpacity: narrative ? 1 : calcOpacity(location.events.length),
...extraStyles
})