Skip to content

Commit

Permalink
webapp: Apply auto format
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Sep 26, 2024
1 parent 8e26ef4 commit 8db267b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion webapp/src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,10 @@
{{ $t('home.StatsReset') }}
</template>
<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>
</template>
</button>
Expand Down

0 comments on commit 8db267b

Please sign in to comment.