Skip to content

Commit

Permalink
Fix pegin fast mode card not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
lserra-iov committed Jan 28, 2025
1 parent 40e7a16 commit ed505c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pegin/components/create/PegInForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div v-if="showOptions" class="d-flex flex-column ga-2">
<span class="font-weight-bold">Select mode</span>
<v-row no-gutters class="ga-4 ga-lg-8">
<v-col v-if="!flyoverIsEnabled">
<v-col v-if="!flyoverIsEnabled || peginQuotes.length === 0">
<pegin-option-card :option-type="peginType.FLYOVER" flyover-not-available>
<template v-slot>
<h4 v-if="countdown === recaptchanNewTokenTime">
Expand Down

0 comments on commit ed505c6

Please sign in to comment.