webapp: Apply auto format

This commit is contained in:
Thomas Basler 2024-09-26 18:00:30 +02:00
parent 8e26ef4e2e
commit 8db267b21a

View File

@ -303,7 +303,10 @@
{{ $t('home.StatsReset') }} {{ $t('home.StatsReset') }}
</template> </template>
<template v-else> <template v-else>
<span class="spinner-border spinner-border-sm" aria-hidden="true"></span> <span
class="spinner-border spinner-border-sm"
aria-hidden="true"
></span>
<span role="status"> {{ $t('home.StatsResetting') }}</span> <span role="status"> {{ $t('home.StatsResetting') }}</span>
</template> </template>
</button> </button>