Skip to content

Commit

Permalink
Fix initial 'member.about' on UpdateMembershipFormModal (#3973) (#3975
Browse files Browse the repository at this point in the history
)

Co-authored-by: Joystream Stats <[email protected]>
  • Loading branch information
traumschule and Joystream Stats authored Dec 21, 2022
1 parent edc9453 commit e11f9dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const getUpdateMemberFormInitial = (member: MemberWithDetails) => ({
id: member.id,
name: member.name || '',
handle: member.handle || '',
about: '',
about: member.about || '',
avatarUri: process.env.REACT_APP_AVATAR_UPLOAD_URL ? '' : typeof member.avatar === 'string' ? member.avatar : '',
rootAccount: member.rootAccount,
controllerAccount: member.controllerAccount,
Expand Down

2 comments on commit e11f9dc

@vercel
Copy link

@vercel vercel bot commented on e11f9dc Dec 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on e11f9dc Dec 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

pioneer-2 – ./

pioneer-2-git-dev-joystream.vercel.app
pioneer-2-joystream.vercel.app
pioneer-2.vercel.app

Please sign in to comment.