integrate need review cards

This commit is contained in:
Julien Calixte
2023-08-06 21:27:01 +02:00
parent af421042ad
commit 32a76ca3b7
11 changed files with 120 additions and 18 deletions

View File

@@ -32,7 +32,7 @@ const reload = () => {
</span>
</div>
<div class="buttons">
<button class="button is-primary" v-if="needRefresh" @click="reload">
<button v-if="needRefresh" class="button is-primary" @click="reload">
<LiteLoading v-if="isLoading" />
<span v-else>Reload</span>
</button>