Skip to content

Commit dff22b9

Browse files
committed
issue 2396 fix_s3_2
1 parent d95fea4 commit dff22b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/shared/components/Header/index.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ const Header = ({ profile }) => {
7474
path={path}
7575
openMore={openMore}
7676
setOpenMore={handleChangeOpenMore}
77+
loggedIn={!_.isEmpty(profile)}
78+
profileHandle={profile ? profile.handle : ''}
7779
/>
7880
</div>
7981
);

0 commit comments

Comments
 (0)