This commit is contained in:
Pavel Mineev
2021-12-23 17:44:45 -06:00
committed by Umputun
parent 19121ff0b7
commit 6ec10c877b
@@ -62,6 +62,8 @@ export function Profile() {
} finally {
setIsCommentsLoading(false);
}
// Disable the rule because we won't have any update in `user`
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
function handleClickClose() {