🆙 Small fix Badge tooltip view

This commit is contained in:
duckietm
2026-05-04 10:24:02 +02:00
parent 182654f308
commit da9e394901
2 changed files with 36 additions and 11 deletions
@@ -133,13 +133,7 @@ export const InfoStandWidgetUserView: FC<InfoStandWidgetUserViewProps> = props =
SendMessageComposer(new UserRelationshipsComposer(avatarInfo.webID));
return () => {
setIsEditingMotto(false);
setMotto(null);
setRelationships(null);
setBackgroundId(null);
setStandId(null);
setOverlayId(null);
setCardBackgroundId(null);
};
}, [avatarInfo]);