Skip to content

Commit

Permalink
fix: Wallet multiple presentation scroll view
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkar-jain committed Sep 16, 2024
1 parent 27e4865 commit cbd9b58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 19l-7-7 7-7" />
</svg>
</button>
<VerifiableCredentialCard :credential="{
<VerifiableCredentialCard :key="index" :credential="{
document: matchedCredentials[index].document
}" class="sm:w-[400px]" />
<button v-if="matchedCredentials.length > 1" @click="index++"
Expand Down

0 comments on commit cbd9b58

Please sign in to comment.