mirror of
https://github.com/strapi/strapi.git
synced 2025-09-01 12:53:03 +00:00
Merge pull request #10548 from strapi/fix/tracking-typo
fix typo didGotToMarketplace => didGoToMarketPlace
This commit is contained in:
commit
db34e735c4
@ -15,7 +15,7 @@ const MarketPlacePage = () => {
|
|||||||
const emitEventRef = useRef(emitEvent);
|
const emitEventRef = useRef(emitEvent);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
emitEventRef.current('didGotToMarketplace');
|
emitEventRef.current('didGoToMarketplace');
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
if (isLoading || error) {
|
if (isLoading || error) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user