fix: correct typo in log message in MarketPlace component

This commit is contained in:
Vishnu 2025-05-19 11:02:50 +05:30
parent b7219bce19
commit a5acb613af
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ const MarketPlace = () => {
const [isLoading, setisLoading] = useState<boolean>(false); // Loading state
useEffect(() => {
echo.log("opended market place");
echo.log("opend market place");
}, []);
useEffect(() => {