+ client: add button for check updates

This commit is contained in:
Ildar Kamalov
2019-06-25 17:56:50 +03:00
parent 5d60bb05ab
commit 0e9df33a40
12 changed files with 88 additions and 37 deletions

View File

@@ -65,8 +65,7 @@ class App extends Component {
render() {
const { dashboard, encryption } = this.props;
const updateAvailable =
!dashboard.processingVersions && dashboard.isCoreRunning && dashboard.isUpdateAvailable;
const updateAvailable = dashboard.isCoreRunning && dashboard.isUpdateAvailable;
return (
<HashRouter hashType="noslash">