Skip to content

Commit

Permalink
fix: looks like transition group might need else instead of multiple ifs
Browse files Browse the repository at this point in the history
  • Loading branch information
dyersituations committed Dec 18, 2024
1 parent a1f1176 commit 5b3234f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Thanks/MyKiva/OptInModule.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</div>
</template>

<template v-if="newConsentAnswered">
<template v-else>
<OptInNotification
:loans-to-display="loansToDisplay"
:receive-news="receiveNews"
Expand Down

0 comments on commit 5b3234f

Please sign in to comment.