mirror of
https://github.com/fluencelabs/fluid
synced 2025-06-27 20:11:33 +00:00
fix
This commit is contained in:
@ -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"
|
||||||
|
@ -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) => {
|
||||||
|
Reference in New Issue
Block a user