fix spinner in addAddresss

This commit is contained in:
Mathieu Jaumotte 2021-07-14 15:21:38 +02:00
parent 07c464c112
commit 5f012165d1

View File

@ -21,7 +21,7 @@
<h4 class="h3">{{ $t('select_an_address_title') }}
<span v-if="loading">
<i class="fa fa-circle-o-notch"></i>
<i class="fa fa-circle-o-notch fa-spin fa-lg"></i>
</span>
</h4>