(Fix) prettier: max line length exceeded

This commit is contained in:
Vadim Arasev 2018-08-04 15:52:09 +03:00
parent cc5b2f160f
commit e4ac5242d2
1 changed files with 2 additions and 1 deletions

View File

@ -346,7 +346,8 @@ export class NewBallot extends React.Component {
<div className="info">
<p className="info-title">Information of the ballot</p>
<div className="info-i">
Minimum {minThreshold} from {contractsStore.validatorsLength} validators are required to pass the proposal<br />
Minimum {minThreshold} from {contractsStore.validatorsLength}
validators are required to pass the proposal<br />
</div>
<div className="info-i">
You can create {contractsStore.validatorLimits.keys} ballot(s) for keys<br />