Fix gift cards card in customer view (#1883)

This commit is contained in:
Wojciech Mista 2022-02-21 19:11:31 +01:00 committed by GitHub
parent 2a52eb581c
commit 9579bbe2f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,8 @@ const CustomerGiftCardsCard: React.FC = () => {
filter: {
usedBy: [id]
}
}
},
skip: !id
});
const closeCreateDialog = () => setOpenCreateDialog(false);