popup position to top in summarylist

This commit is contained in:
Sendou
2020-01-06 04:13:36 +02:00
parent 8db2785c2f
commit c1729ca309

View File

@@ -27,7 +27,6 @@ const summaryMap = summary => {
<span style={getColor(score.na)}>{score.na}</span>%)
{summary.vouched && (
<Popup
position="right"
content="User was vouched to the server last month"
trigger={<Icon name="bolt" color="teal" size="large" />}
/>