Skip to content

Commit

Permalink
fix: update loading text to reflect NFTs instead of MetaID Pins
Browse files Browse the repository at this point in the history
  • Loading branch information
AricRedemption committed Nov 14, 2024
1 parent 442357c commit 5dc64f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/wallet/components/MetaID/MRC721List.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const toMetaPinDetail = (metaPinId: string) => {

<template>
<div class="space-y-4">
<LoadingText v-if="isLoading" text="MetaID Pins loading..." />
<LoadingText v-if="isLoading" text="NFTs loading..." />
<div v-else-if="Object.keys(groupedMetaPins).length">
<div v-for="(group, path) in groupedMetaPins" :key="path">
<h3>{{ path.toString().replace('/nft/mrc721/', '') }} ({{ group.length }})</h3>
Expand Down

0 comments on commit 5dc64f5

Please sign in to comment.