@timardex/cluemart-shared 1.5.620 → 1.5.621

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,7 +12,7 @@ import {
12
12
  normalizeUrl
13
13
  } from "../chunk-3VUHAHP7.mjs";
14
14
  import "../chunk-SBY5HTAP.mjs";
15
- import "../chunk-A2ZE5RVV.mjs";
15
+ import "../chunk-Z6IM4DWX.mjs";
16
16
  import {
17
17
  EnumEventDateStatus,
18
18
  EnumEventType,
package/dist/index.cjs CHANGED
@@ -4977,8 +4977,8 @@ var import_client33 = require("@apollo/client");
4977
4977
  var useGetRelation = (_id) => {
4978
4978
  const { loading, error, data, refetch } = (0, import_client33.useQuery)(GET_RELATION, {
4979
4979
  fetchPolicy: "network-only",
4980
- skip: !_id || _id === "",
4981
- variables: { _id }
4980
+ skip: !_id,
4981
+ variables: _id ? { _id } : void 0
4982
4982
  });
4983
4983
  const relation = data?.relation;
4984
4984
  return { error, loading, refetch, relation };