Fix gift cards card in customer view (#1883)
This commit is contained in:
parent
2a52eb581c
commit
9579bbe2f2
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ const CustomerGiftCardsCard: React.FC = () => {
|
||||||
filter: {
|
filter: {
|
||||||
usedBy: [id]
|
usedBy: [id]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
skip: !id
|
||||||
});
|
});
|
||||||
|
|
||||||
const closeCreateDialog = () => setOpenCreateDialog(false);
|
const closeCreateDialog = () => setOpenCreateDialog(false);
|
||||||
|
|
Loading…
Reference in a new issue