diff --git a/client/src/components/profile/Profile.js b/client/src/components/profile/Profile.js index 0dd8a76493..2d2b7dc747 100644 --- a/client/src/components/profile/Profile.js +++ b/client/src/components/profile/Profile.js @@ -137,17 +137,17 @@ function Profile({ user, isSessionUser }) { {isSessionUser ? renderSettingsButton() : null} : null} {showPortfolio ? : null} {showTimeLine ? ( - + ) : null}