Skip to content

Commit 34476ea

Browse files
committed
SImplet Free mint (added refresh)
1 parent ca5548b commit 34476ea

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

frontend/components/parts/FreeMint.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,18 @@
2424
<BtnLink class="max-w-xl" :link="`${domain}/claim${stringifyQuery($route.query, '?')}`" />
2525
</div>
2626

27+
<n-space class="w-full my-8" size="large" align="center" justify="space-between">
28+
<div></div>
29+
<n-space size="large">
30+
<Btn type="secondary" :loading="userStore.loading" @click="fetchUsers()">Refresh </Btn>
31+
</n-space>
32+
</n-space>
2733
<TablePoapReservation />
2834
</div>
2935
</template>
3036

3137
<script lang="ts" setup>
3238
const userStore = useUserStore();
39+
const { fetchUsers } = useUser();
3340
const domain = window.location.origin;
3441
</script>

0 commit comments

Comments
 (0)