We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477a261 commit 79cbc03Copy full SHA for 79cbc03
src/views/playground/SessionsDetails.vue
@@ -531,7 +531,7 @@ h3 {
531
532
<!-- SBT Minting --> <div v-for="eachSbtMintData in allSbtMintData" v-bind:key="eachSbtMintData">
533
<v-card class=" dataCard float-"
534
- v-if="eachSbtMintData && eachSbtMintData.length > 0">
+ v-if="eachSbtMintData">
535
<v-list-item three-line>
536
<v-list-item-content>
537
<v-list-item-title class="text-h5 mb-1">
0 commit comments