mirror of
https://github.com/strapi/strapi.git
synced 2025-11-09 22:59:14 +00:00
fix typo didGotToMarketplace => didGoToMarketPlace
This commit is contained in:
parent
22ece10cde
commit
f784d5b813
@ -15,7 +15,7 @@ const MarketPlacePage = () => {
|
||||
const emitEventRef = useRef(emitEvent);
|
||||
|
||||
useEffect(() => {
|
||||
emitEventRef.current('didGotToMarketplace');
|
||||
emitEventRef.current('didGoToMarketplace');
|
||||
}, []);
|
||||
|
||||
if (isLoading || error) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user