fix ununsed arg

pull/226/head
Mikael Finstad 2019-11-05 02:14:47 +08:00
rodzic 6ad8f75b1a
commit fe55f38ac0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 });