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
|
||||
|
||||
useEffect(() => {
|
||||
echo.log("opended market place");
|
||||
echo.log("opend market place");
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user