@@ -57,7 +57,7 @@
<div class="map-legend" v-if="legendImg && hideChatMapLayer">
<img :src="legendImg" />
</div>
- <div class="map-legend chat-legend" v-if="!hideChatMapLayer">
+ <div class="map-legend chat-legend" v-show="!legendImg || !hideChatMapLayer">
<StaticMapLegend></StaticMapLegend>