Another fix from rebasing

This commit is contained in:
Surma
2019-02-11 12:25:58 +00:00
parent 0041d24aa3
commit 7998cf247b
2 changed files with 118 additions and 118 deletions

View File

@@ -121,7 +121,7 @@ export default class App extends Component<Props, State> {
ref={i => this.compressInstance = i}
file={file!}
showSnack={this.showSnack}
onBack={this.onBack}
onBack={back}
/>
: <loading-spinner class={style.appLoader}/>
}