fix: correct prop names in Svelte templates after a11y cleanup
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
async function fetchCustomerGiftCardBalance() {
|
||||
const targetUserId = booking.user_id ?? booking.user?.id;
|
||||
if (!targetUserId) return;
|
||||
try {
|
||||
try {
|
||||
const res = await apiFetch(`/api/admin/users/${targetUserId}/giftcard-balance`);
|
||||
if (res.ok) {
|
||||
const data = await res.json();
|
||||
|
||||
Reference in New Issue
Block a user