Skip to content

Commit

Permalink
Adds up to to AC settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
NejcZdovc committed Dec 9, 2019
1 parent a99db50 commit fde3901
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,7 @@ class ContributeBox extends React.Component<Props, State> {
{
monthlyList.map((choice: MonthlyChoice) => {
return <div key={`choice-setting-${choice.tokens}`} data-value={choice.tokens.toString()}>
<Tokens
value={choice.tokens}
converted={choice.converted}
onlyAnonWallet={onlyAnonWallet}
/>
{getLocale('contributionUpTo')} <Tokens value={choice.tokens} converted={choice.converted} onlyAnonWallet={onlyAnonWallet} />
</div>
})
}
Expand Down

0 comments on commit fde3901

Please sign in to comment.