@timardex/cluemart-shared 1.5.546 → 1.5.547
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.
- package/dist/{chunk-EZO7FVLV.mjs → chunk-QEG3EGM6.mjs} +2 -2
- package/dist/chunk-QEG3EGM6.mjs.map +1 -0
- package/dist/graphql/index.cjs +1 -1
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-EZO7FVLV.mjs.map +0 -1
package/dist/hooks/index.mjs
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -4353,7 +4353,7 @@ var useGetEventsByRegion = (region, options) => {
|
|
|
4353
4353
|
var useSearchEvents = (region, search, tags) => {
|
|
4354
4354
|
const { loading, error, data, refetch } = (0, import_client19.useQuery)(SEARCH_EVENTS, {
|
|
4355
4355
|
fetchPolicy: "network-only",
|
|
4356
|
-
skip: !
|
|
4356
|
+
skip: !region || region === "",
|
|
4357
4357
|
variables: { region, search, tags }
|
|
4358
4358
|
});
|
|
4359
4359
|
const eventsSearch = data?.eventsSearch || [];
|