mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-02 15:13:25 +03:00
Merge pull request #4277 from urbit/mp/landscape/profile-overlay-avs
landscape: pass contact to profile overlay thoroughly
This commit is contained in:
commit
cdb9353040
@ -44,7 +44,7 @@ export function Mention(props: {
|
|||||||
const { contacts, ship } = props;
|
const { contacts, ship } = props;
|
||||||
let { contact } = props;
|
let { contact } = props;
|
||||||
|
|
||||||
contact = (contact?.nickname) ? contact : contacts?.[ship];
|
contact = (contact?.color) ? contact : contacts?.[ship];
|
||||||
|
|
||||||
const showNickname = useShowNickname(contact);
|
const showNickname = useShowNickname(contact);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user