diff --git a/twistter-frontend/src/pages/otherUser.js b/twistter-frontend/src/pages/otherUser.js
index 5c8b6da..c4e3be3 100644
--- a/twistter-frontend/src/pages/otherUser.js
+++ b/twistter-frontend/src/pages/otherUser.js
@@ -258,7 +258,7 @@ class user extends Component {
onDelete
deleteIcon={}
/>
- ) : (
+ ) : this.state.following ? (
this.handleAdd(topic)}
/>
+ ) : (
+
)
) : (