wip(handoff): start issue cleanup plan sections 1 and 2
Co-Authored-By: Codex <noreply@openai.com>
This commit is contained in:
@@ -153,7 +153,7 @@ export function AccountSettingsPage() {
|
||||
|
||||
useEffect(() => {
|
||||
loadData()
|
||||
}, [])
|
||||
}, []) // eslint-disable-line react-hooks/exhaustive-deps -- initial account load; mutations call loadData explicitly
|
||||
|
||||
const loadData = async () => {
|
||||
setIsLoading(true)
|
||||
|
||||
Reference in New Issue
Block a user