From 2cb171eaba426d119a74eb5440a3e8d007650ab1 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Sun, 23 Feb 2020 18:23:46 +0800 Subject: [PATCH] change a text --- src/SegmentList.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SegmentList.jsx b/src/SegmentList.jsx index 739cfac..2663953 100644 --- a/src/SegmentList.jsx +++ b/src/SegmentList.jsx @@ -138,8 +138,8 @@ const SegmentList = memo(({ /> -
-
Total time:
+
+
Segments total:
{formatTimecode(cutSegments.reduce((acc, { start, end }) => (end - start) + acc, 0))}