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