fix(download): bug when cancel button not appear in main page

This commit is contained in:
Alexey Kasyanchuk 2018-02-10 07:44:25 +03:00
parent ef705211ab
commit 73299fbbc8

View File

@ -186,6 +186,7 @@ export default class Torrent extends Component {
this.setState({
downloading: true,
askDownloading: true,
downloadProgress: progress
})
}