diff --git a/src/features/station/stationMarker.js b/src/features/station/stationMarker.js index 6acfd3e42..ab3a4ec08 100644 --- a/src/features/station/stationMarker.js +++ b/src/features/station/stationMarker.js @@ -69,8 +69,8 @@ export function stationMarker({ " /> ${ - is_battle_available && - /* html */ ` + is_battle_available + ? /* html */ ` ${battleIcon} ` + : '' } `,