Fix embark logs guard
This commit is contained in:
parent
2d0dfdf6be
commit
a61f499abb
|
@ -30,7 +30,7 @@ class HomeContainer extends Component {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (processName === EMBARK_PROCESS_NAME) {
|
if (processName === EMBARK_PROCESS_NAME) {
|
||||||
if (this.props.processes.length === 0) {
|
if (this.props.processLogs.length === 0) {
|
||||||
this.props.fetchProcessLogs(processName);
|
this.props.fetchProcessLogs(processName);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue