Merge branch 'main' of http://172.86.92.132/Rosetta/desktop into main
This commit is contained in:
@@ -10,7 +10,9 @@ interface UserAccountSelectProps {
|
||||
}
|
||||
|
||||
export function UserAccountSelect(props : UserAccountSelectProps) {
|
||||
const userInfo = useUserCache(props.accountBase.publicKey);
|
||||
const userInfo = useUserCache(props.accountBase.publicKey) || {
|
||||
title: props.accountBase.publicKey
|
||||
};
|
||||
const avatars = useAvatars(props.accountBase.publicKey);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user