fix: correct typo in log message in MarketPlace component
This commit is contained in:
parent
b7219bce19
commit
a5acb613af
|
@ -24,7 +24,7 @@ const MarketPlace = () => {
|
||||||
const [isLoading, setisLoading] = useState<boolean>(false); // Loading state
|
const [isLoading, setisLoading] = useState<boolean>(false); // Loading state
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
echo.log("opended market place");
|
echo.log("opend market place");
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|
Loading…
Reference in New Issue