fix bad variable name

This commit is contained in:
2024-09-27 22:23:57 +10:00
parent 9725f4944f
commit 6d8db2cd80

View File

@@ -41,7 +41,7 @@
<h3 class="text-lg font-bold mt-4 mb-3">Email Subscriptions</h3>
</a>
<div x-show="open">
<x-ui.checkbox label="Upcoming Workshops" name="shipping_same_billing" checked="{{ $billing_same_home }}" />
<x-ui.checkbox label="Upcoming Workshops" name="shipping_same_billing" checked="{{ $shipping_same_billing }}" />
</div>
</section>