Skip to content

Commit

Permalink
Name tag ellipsis
Browse files Browse the repository at this point in the history
  • Loading branch information
bobo-k2 committed Feb 8, 2024
1 parent f46a7b2 commit 7a062b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dapp-staking/my-staking/DappList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="wrapper--header">
<div class="txt--header">{{ categoryName }}</div>
</div>
<card-list :category="category" :dapps="dapps" />
<card-list :category="categoryName" :dapps="dapps" />
</div>
</template>
<script lang="ts">
Expand Down

0 comments on commit 7a062b9

Please sign in to comment.