Fix embark logs guard

This commit is contained in:
Anthony Laibe 2018-10-12 09:24:44 +01:00 committed by Pascal Precht
parent 2d0dfdf6be
commit a61f499abb
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class HomeContainer extends Component {
}
if (processName === EMBARK_PROCESS_NAME) {
if (this.props.processes.length === 0) {
if (this.props.processLogs.length === 0) {
this.props.fetchProcessLogs(processName);
}
} else {