fix error

This commit is contained in:
hamid zarghami
2026-04-21 10:41:24 +03:30
parent c5ba50267c
commit 000383b91b
6 changed files with 3355 additions and 69 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ const BuyCatalog: FC = () => {
mutate({ count: count }, {
onSuccess: (data) => {
console.log(data);
// TODO منتقل بشه به صفحه صورت حساب
},
onError: (error) => {
toast(extractErrorMessage(error), 'error')