Skip to content

Commit

Permalink
Vue warning fix (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roene-JustBetter authored Sep 4, 2024
1 parent fb25015 commit c545037
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
v-bind:address="userAddress"
v-bind:billing="userAddress.default_billing"
v-bind:shipping="userAddress.default_shipping"
check="userAddress.default_billing || userAddress.default_shipping"
v-bind:check="userAddress.default_billing || userAddress.default_shipping"
class="w-full sm:min-w-[350px]"
>
@include('rapidez-ct::account.partials.address-cards.buttons')
Expand Down

0 comments on commit c545037

Please sign in to comment.