pull/276/head
Mikael Finstad 2020-02-23 18:23:46 +08:00
rodzic c54f4c68cb
commit 2cb171eaba
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -138,8 +138,8 @@ const SegmentList = memo(({
/>
</div>
<div style={{ padding: 10, boxSizing: 'border-box', borderBottom: '1px solid grey', display: 'flex', justifyContent: 'space-between' }}>
<div>Total time:</div>
<div style={{ padding: 10, boxSizing: 'border-box', borderBottom: '1px solid grey', display: 'flex', justifyContent: 'space-between', fontSize: 13 }}>
<div>Segments total:</div>
<div>{formatTimecode(cutSegments.reduce((acc, { start, end }) => (end - start) + acc, 0))}</div>
</div>
</Fragment>