fix ununsed arg

pull/226/head
Mikael Finstad 7 years ago
parent 6ad8f75b1a
commit fe55f38ac0

@ -361,7 +361,7 @@ class App extends React.Component {
return (this.state.currentTime || 0) + this.state.startTimeOffset;
}
mergeFiles = async (paths, onMergeClick) => {
mergeFiles = async (paths) => {
try {
this.setState({ working: true });

Loading…
Cancel
Save