Skip to content

Commit

Permalink
fix: ensure the login section isn't shown when a receipt is present
Browse files Browse the repository at this point in the history
  • Loading branch information
mcstover committed Jul 2, 2024
1 parent 8d7f10f commit 66592e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Thanks/ThanksPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
</template>
</thanks-layout-v2>
</div>
<template v-else>
<template v-else-if="!receipt">
<div class="page-content tw-flex tw-flex-col tw-items-center tw-text-center">
<h2 class="tw-m-4">
Please log in to see your receipt.
Expand Down

0 comments on commit 66592e0

Please sign in to comment.