This commit is contained in:
DieMyst
2019-08-18 09:59:14 +03:00
parent bf455c416c
commit d4fd35b316
2 changed files with 1 additions and 2 deletions

View File

@ -9,6 +9,7 @@
"react-icons": "^3.7.0", "react-icons": "^3.7.0",
"react-redux": "^7.1.0", "react-redux": "^7.1.0",
"react-redux-loading": "^1.0.1", "react-redux-loading": "^1.0.1",
"react-router-dom": "^5.0.1",
"redux": "^4.0.4", "redux": "^4.0.4",
"redux-thunk": "^2.3.0", "redux-thunk": "^2.3.0",
"fluence": "^0.3.9" "fluence": "^0.3.9"

View File

@ -44,8 +44,6 @@ class Dashboard extends Component {
} }
return ( return (
<div> <div>
<b>Counter: {this.state.counter}</b>
<b>Last update: {this.state.lastUpdateCounter}</b>
<h3 className="center">Feed</h3> <h3 className="center">Feed</h3>
<ul className="dashbord-list"> <ul className="dashbord-list">
{updates.messages.map((m, i) => { {updates.messages.map((m, i) => {