diff --git a/src/screens/Cart/index.tsx b/src/screens/Cart/index.tsx index 8890f1d..bb86177 100644 --- a/src/screens/Cart/index.tsx +++ b/src/screens/Cart/index.tsx @@ -182,7 +182,7 @@ export const Cart = () => { QueryKeys.domainInfo, QueryKeys.subdomains, QueryKeys.subdomainsFromUser, - ].includes(query.queryKey[0]), + ].includes(query?.queryKey?.[0]), refetchType: "all", }); } catch (err) {