@timardex/cluemart-shared 1.4.75 → 1.4.76

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.
@@ -2789,6 +2789,7 @@ var useGetUserActivities = () => {
2789
2789
  const userActivities = {
2790
2790
  favourites: {
2791
2791
  events: data?.userActivities.favourites.events || [],
2792
+ partners: data?.userActivities.favourites.partners || [],
2792
2793
  vendors: data?.userActivities.favourites.vendors || []
2793
2794
  },
2794
2795
  going: {