fix for rendering federated registry logo

This commit is contained in:
Roland Osborne 2023-10-10 15:37:00 -07:00
parent 2f723f3759
commit fdf8086afa

View File

@ -69,7 +69,7 @@ export function useContact(contact, back) {
const host = node ? node : server;
const username = `${handle}/${node}`
const imageSource = imageSet ? { uri: getListingImageUrl(server, guid) } : avatar;
const imageSource = imageSet ? { uri: getListingImageUrl(host, guid) } : avatar;
updateState({ guid, handle, node: host, name, location, description, imageSource, username, offsync: false, status: 'unsaved' });
}
}, [contact, card.state, profile.state]);