mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-09 22:04:01 +00:00
add error printing
This commit is contained in:
parent
459b924157
commit
46be0322de
@ -24,7 +24,7 @@ class ProcessesContainer extends Component {
|
||||
if (processes.error) {
|
||||
return (
|
||||
<h1>
|
||||
<i>Error API...</i>
|
||||
<i>Error loading processes: {processes.error.message || processes.error}</i>
|
||||
</h1>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user