Merge pull request #10548 from strapi/fix/tracking-typo

fix typo didGotToMarketplace => didGoToMarketPlace
This commit is contained in:
cyril lopez 2021-06-28 08:12:01 +02:00 committed by GitHub
commit db34e735c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ const MarketPlacePage = () => {
const emitEventRef = useRef(emitEvent);
useEffect(() => {
emitEventRef.current('didGotToMarketplace');
emitEventRef.current('didGoToMarketplace');
}, []);
if (isLoading || error) {