#46 useEffect only on first render
This commit is contained in:
@@ -77,7 +77,7 @@ const AdminCreateCommon: React.FC<AdminCreateCommonProps> = ({
|
||||
} catch(error) {
|
||||
console.log(error)
|
||||
}
|
||||
})
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<AdminPageWrapper requiresAuthentication>
|
||||
|
||||
Reference in New Issue
Block a user