mozrest-sdk-react-dev 0.1.51 → 0.1.52
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/mozrest-sdk.es.js +1 -1
- package/package.json +1 -1
package/mozrest-sdk.es.js
CHANGED
|
@@ -94916,7 +94916,7 @@ const Summary = () => {
|
|
|
94916
94916
|
redirectToVenueListing(data2, navigate);
|
|
94917
94917
|
}
|
|
94918
94918
|
}, [data2]);
|
|
94919
|
-
return;
|
|
94919
|
+
return null;
|
|
94920
94920
|
};
|
|
94921
94921
|
const GetVenuesSummary = async ({
|
|
94922
94922
|
filters: filters2,
|