fix borders of UserContextMenu

This commit is contained in:
HF 2020-11-29 18:22:15 +01:00
parent 5a90e3786a
commit 3614c24aa4

View File

@ -66,6 +66,7 @@ const UserContextMenu = ({
addToInput(`@${name} `); addToInput(`@${name} `);
close(); close();
}} }}
style={{ borderTop: 'none' }}
> >
Ping Ping
</div> </div>
@ -101,7 +102,6 @@ const UserContextMenu = ({
}} }}
role="button" role="button"
tabIndex={-1} tabIndex={-1}
style={{ borderTop: 'none' }}
> >
Block Block
</div> </div>