Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
maxiroellplenty committed Nov 30, 2023
1 parent 37c3af7 commit d621cf6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions apps/web/components/Voucher/Voucher.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@
</template>
<div class="flex mb-2">
<div class="flex-grow mr-2" data-testid="voucherCode">
<SfInput
:placeholder="$t('coupon.enterCode')"
type="text"
v-model="couponCode"
required/>
<SfInput :placeholder="$t('coupon.enterCode')" type="text" v-model="couponCode" required />
</div>
<SfButton
data-testid="voucherAdd"
Expand Down

0 comments on commit d621cf6

Please sign in to comment.