mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 16:51:42 +03:00
parent
9bb3cfb90f
commit
75cbf96b2b
@ -50,7 +50,7 @@ export function Mention(props: {
|
|||||||
const name = showNickname ? contact?.nickname : cite(ship);
|
const name = showNickname ? contact?.nickname : cite(ship);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ProfileOverlay ship={ship} api={api}>
|
<ProfileOverlay ship={ship} api={api} display="inline">
|
||||||
<Text
|
<Text
|
||||||
marginLeft={first? 0 : 1}
|
marginLeft={first? 0 : 1}
|
||||||
marginRight={1}
|
marginRight={1}
|
||||||
|
Loading…
Reference in New Issue
Block a user