diff --git a/twistter-frontend/src/pages/Home.js b/twistter-frontend/src/pages/Home.js index 0d919c2..2535505 100644 --- a/twistter-frontend/src/pages/Home.js +++ b/twistter-frontend/src/pages/Home.js @@ -71,9 +71,9 @@ class Home extends Component { }) .then((res) => { // console.log(res.data) - res.data.forEach((adminAlert) => { - allPosts.push(adminAlert); - }) + // res.data.forEach((adminAlert) => { + // allPosts.push(adminAlert); + // }) this.setState({ posts: allPosts });