mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-17 01:37:26 +00:00
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 (this.props.processes.length === 0) {
|
||||
if (this.props.processLogs.length === 0) {
|
||||
this.props.fetchProcessLogs(processName);
|
||||
}
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user