diff --git a/app/components/Avatar.tsx b/app/components/Avatar.tsx index 79a4d5e23..bb75b10c8 100644 --- a/app/components/Avatar.tsx +++ b/app/components/Avatar.tsx @@ -22,6 +22,10 @@ export function Avatar({ // TODO: just show text... my profile? // TODO: also show this if discordAvatar is stale and 404's + React.useEffect(() => { + setIsErrored(false); + }, [discordAvatar]); + return (