Skip to content

Commit

Permalink
Merge pull request #17 from sktbrd/patch-4
Browse files Browse the repository at this point in the history
Update UsersView.vue - Modals
  • Loading branch information
willyogo authored Sep 20, 2024
2 parents 5e6c3a2 + 700d126 commit 7024e45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/HomePage/views/UsersView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
<script setup lang="ts">
import { ref, computed, watch, onMounted, onBeforeUnmount } from 'vue'
import { useWeb3ProvidersStore } from '@/store'
import MintNogsModal from '@/common/modals/compositions/MintNogsModal.vue';
import ClaimSpaceModal from '@/common/modals/compositions/ClaimSpaceModal.vue';
const web3ProvidersStore = useWeb3ProvidersStore();
const totalSpace = ref(0);
const isClaimSpaceModalShown = ref(false);
Expand Down

0 comments on commit 7024e45

Please sign in to comment.