From 77e71210285e15091811f0cb93875c75c2d02ada Mon Sep 17 00:00:00 2001 From: Valeriy Date: Sun, 26 May 2019 23:30:39 +0300 Subject: [PATCH] fix(client): pass correct props to Camper component --- client/src/components/profile/Profile.js | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) 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}