Skip to content

Commit

Permalink
Merge pull request #751 from walt-id/WAL-247
Browse files Browse the repository at this point in the history
fix: Wallet multiple presentation scroll view
  • Loading branch information
dinkar-jain authored Sep 16, 2024
2 parents 0cdeffd + cbd9b58 commit f5c62f1
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 f5c62f1

Please sign in to comment.