Skip to content

Commit

Permalink
chore: Improve code stability
Browse files Browse the repository at this point in the history
  • Loading branch information
letehaha authored and dr497 committed Feb 8, 2024
1 parent b4f53fa commit d9cbc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Cart/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit d9cbc82

Please sign in to comment.