Don't hide the loading spinner when an item is open

This commit is contained in:
Edward Betts 2021-07-24 12:28:34 +02:00
parent 8dcc353ccf
commit a791de7a24
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
Zoom in to see Wikidata items on the map.
</div>
<div class="alert alert-primary alert-map" role="alert" v-if="loading && !current_item">
<div class="alert alert-primary alert-map" role="alert" v-if="loading">
Found {{ item_count }} Wikidata items. Updating markers. <span class="spinner-border spinner-border-sm"></span>
</div>