diff --git a/twistter-frontend/src/pages/Home.js b/twistter-frontend/src/pages/Home.js
index 267403d..0bc7d42 100644
--- a/twistter-frontend/src/pages/Home.js
+++ b/twistter-frontend/src/pages/Home.js
@@ -43,7 +43,7 @@ class Home extends Component {
) :
+ this.state.imageUrl ? (
) :
(
)
}
-
My Posts
); + ) : (loading posts...
); return ( authenticated ? diff --git a/twistter-frontend/src/pages/user.js b/twistter-frontend/src/pages/user.js index 1a26fb5..acd0a63 100644 --- a/twistter-frontend/src/pages/user.js +++ b/twistter-frontend/src/pages/user.js @@ -127,11 +127,11 @@ class user extends Component {My Posts
); + ) : (loading posts...
); return (