diff --git a/twistter-frontend/src/pages/otherUser.js b/twistter-frontend/src/pages/otherUser.js
index c4e3be3..8df2bce 100644
--- a/twistter-frontend/src/pages/otherUser.js
+++ b/twistter-frontend/src/pages/otherUser.js
@@ -254,24 +254,20 @@ class user extends Component {
this.state.myTopics.includes(topic) ? (
}
/>
) : this.state.following ? (
this.handleAdd(topic)}
/>
) : (
-
+
)
) : (