Skip to content

Commit

Permalink
fix the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hrichiksite authored Jan 31, 2022
1 parent 9a87191 commit 1ddacd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ProfilePage/ProfileHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const ProfileHeader = ({
@{username}{data.user.verified ? (<VerifiedIcon/>) : (null)}{data.user.youtuber ? (<a style={{display: 'flex'}} target="_blank" ping="http://localhost:5000/api/user/track" rel="noreferrer" href={data.user.ytlink ? data.user.ytlink : null}><YoutuberIcon style={{marginLeft:"5px"}}/></a>) : (null)}
</h1>
{renderButton()}
{ currentUser ? data.isFollowing ? data.user.creator_payout_enabled ? data.user.payment_enabled ? currentUser.username != data.user.username ? (<Button onClick={()=>{showTipModal()}} style={{display: 'flex', alignItems: 'center'}} inverted><PaymentTipsIcon style={{marginRight: 1}} />Tip this guy</Button>) : (null) : (null) : (null) : (null) : (null)}
{ currentUser ? data.isFollowing ? data.user.creator_payout_enabled ? data.user.payments_enabled ? currentUser.username != data.user.username ? (<Button onClick={()=>{showTipModal()}} style={{display: 'flex', alignItems: 'center'}} inverted><PaymentTipsIcon style={{marginRight: 1}} />Tip this guy</Button>) : (null) : (null) : (null) : (null) : (null)}
{ currentUser ? currentUser.username != data.user.username ? (<WhisperButton username={username} />) : (null) : (null)}
</div>

Expand Down

0 comments on commit 1ddacd6

Please sign in to comment.