fix: error loading page

This commit is contained in:
Arman
2023-11-22 15:51:39 +01:00
parent 05bf76aab9
commit f43e24905d
@@ -142,5 +142,5 @@
</svelte:fragment>
</CardGrid>
<AddressModal bind:show={showCreate} organization={$organization.$id} />
<AddressModal bind:show={showCreate} organization={$organization?.$id} />
<EditAddressModal bind:show={showEdit} bind:selectedAddress={billingAddress} />