feat(F-048): completed feature
This commit is contained in:
@@ -211,7 +211,10 @@ export default function AccountPage() {
|
||||
}, [user]);
|
||||
|
||||
useEffect(() => {
|
||||
load();
|
||||
const timer = window.setTimeout(() => {
|
||||
void load();
|
||||
}, 0);
|
||||
return () => window.clearTimeout(timer);
|
||||
}, [load]);
|
||||
|
||||
const handleDelete = async (id: string) => {
|
||||
|
||||
Reference in New Issue
Block a user