Skip to content

Commit 79cbc03

Browse files
committed
fixed sbt related issue
1 parent 477a261 commit 79cbc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/playground/SessionsDetails.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ h3 {
531531

532532
<!-- SBT Minting --> <div v-for="eachSbtMintData in allSbtMintData" v-bind:key="eachSbtMintData">
533533
<v-card class=" dataCard float-"
534-
v-if="eachSbtMintData && eachSbtMintData.length > 0">
534+
v-if="eachSbtMintData">
535535
<v-list-item three-line>
536536
<v-list-item-content>
537537
<v-list-item-title class="text-h5 mb-1">

0 commit comments

Comments
 (0)