Show area size on event screen

It is useful to know area to fine tune object size. Some event screenshots displayed cropped without area size
This commit is contained in:
vanstolyarov 2022-08-04 11:32:33 +03:00
parent e68f80b44a
commit 219c31d779

View File

@ -162,6 +162,10 @@ export default function Event({ eventId, close, scrollRef }) {
<Td>Score</Td>
<Td>{(data.top_score * 100).toFixed(2)}%</Td>
</Tr>
<Tr>
<Td>Area</Td>
<Td>{(data.area)}%</Td>
</Tr>
<Tr index={1}>
<Td>Zones</Td>
<Td>{data.zones.join(', ')}</Td>