poprawki wskaźników ładowania

This commit is contained in:
2023-12-21 19:53:34 +01:00
parent 2027b85450
commit 3b3c3bda31
5 changed files with 9 additions and 22 deletions
+1 -1
View File
@@ -279,7 +279,7 @@
</table>
</div>
<Loading v-if="apiStore.dataStatuses.sceneries == Status.Loading" />
<Loading v-if="apiStore.dataStatuses.connection == Status.Loading" />
<div class="no-stations" v-else-if="stations.length == 0">
{{ $t('sceneries.no-stations') }}