Skip to content

Commit

Permalink
Merge pull request #5704 from kiva/fix-sticky-basket-not-clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
christian14b authored Nov 21, 2024
2 parents f1c03ce + 779b1e0 commit c671ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LoanCards/KvClassicLoanCardContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
:lender-name="borrowerName"
:lender-image-url="borrowerImageUrl"
:class="{'animate': isAnimating}"
@animationend="resetBubble"
@transitionend="resetBubble"
/>
</div>
</div>
Expand Down

0 comments on commit c671ecd

Please sign in to comment.