mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-12 23:26:39 +00:00
Fix rebase
This commit is contained in:
parent
6ddc481674
commit
26817bc2e1
@ -87,6 +87,7 @@ function entities(state = entitiesDefaultState, action) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function errorMessage(state = null, action) {
|
function errorMessage(state = null, action) {
|
||||||
|
return action.error || state;
|
||||||
}
|
}
|
||||||
|
|
||||||
function loading(_state = false, action) {
|
function loading(_state = false, action) {
|
||||||
|
@ -2,6 +2,7 @@ import React from 'react';
|
|||||||
import {Route, Switch} from 'react-router-dom';
|
import {Route, Switch} from 'react-router-dom';
|
||||||
|
|
||||||
import HomeContainer from './containers/HomeContainer';
|
import HomeContainer from './containers/HomeContainer';
|
||||||
|
import AccountsContainer from './containers/AccountsContainer';
|
||||||
import ContractsContainer from './containers/ContractsContainer';
|
import ContractsContainer from './containers/ContractsContainer';
|
||||||
import NoMatch from './components/NoMatch';
|
import NoMatch from './components/NoMatch';
|
||||||
import ExplorerLayout from './components/ExplorerLayout';
|
import ExplorerLayout from './components/ExplorerLayout';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user