fix typo didGotToMarketplace => didGoToMarketPlace

This commit is contained in:
Mark Kaylor 2021-06-25 15:19:19 +02:00
parent 22ece10cde
commit f784d5b813

View File

@ -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) {