mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 10:22:31 +01:00
lint
This commit is contained in:
parent
e4ebd604cc
commit
9defcc9bfe
@ -9,7 +9,7 @@ const { formatDuration } = require('./util');
|
||||
|
||||
const TimelineSeg = ({
|
||||
duration, cutStart, cutEnd, isActive, segNum,
|
||||
onSegClick, color, invertCutSegments, zoomed,
|
||||
onSegClick, color, invertCutSegments,
|
||||
}) => {
|
||||
const cutSectionWidth = `${((cutEnd - cutStart) / duration) * 100}%`;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user