fix: correct typo in log message in MarketPlace component
This commit is contained in:
@@ -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(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user