#46 useEffect only on first render

This commit is contained in:
Ojakoo
2022-05-10 16:53:27 +03:00
parent 27d37d8e7e
commit aa92537404
+1 -1
View File
@@ -77,7 +77,7 @@ const AdminCreateCommon: React.FC<AdminCreateCommonProps> = ({
} catch(error) {
console.log(error)
}
})
}, []);
return (
<AdminPageWrapper requiresAuthentication>