diff --git a/src/components/profileSummary/view/profileSummaryView.js b/src/components/profileSummary/view/profileSummaryView.js index 2a005faed..cf282def8 100644 --- a/src/components/profileSummary/view/profileSummaryView.js +++ b/src/components/profileSummary/view/profileSummaryView.js @@ -112,6 +112,7 @@ class ProfileSummaryView extends PureComponent { percentVP, username, } = this.props; + let dropdownOptions = []; const votingPowerHoursText = hoursVP && `• Full in ${hoursVP} hours`; const votingPowerText = `Voting power: ${percentVP}% ${votingPowerHoursText || ''}`; @@ -236,6 +237,7 @@ class ProfileSummaryView extends PureComponent { handleFollowUnfollowUser(!isFollowing)} + disabled={isProfileLoading} > {followButtonText}