diff --git a/Views/Profile.js b/Views/Profile.js index a441123..ee9731a 100644 --- a/Views/Profile.js +++ b/Views/Profile.js @@ -65,8 +65,7 @@ let Profile = ({ navigation, route }) => { return ( - {Posts.length === 0 && } - {Posts.length !== 0 && + {(Posts.length !== 0 || profile._id) &&