(Fix) syntax of BallotEmissionFundsMetadata.jsx

This commit is contained in:
Vadim Arasev 2018-09-20 11:47:19 +03:00
parent 2f5e178ef4
commit ad758beb33
1 changed files with 1 additions and 3 deletions

View File

@ -92,9 +92,7 @@ export class BallotEmissionFundsMetadata extends React.Component {
value={ballotStore.ballotEmissionFunds.receiver} value={ballotStore.ballotEmissionFunds.receiver}
onChange={e => ballotStore.changeBallotMetadata(e, 'receiver', 'ballotEmissionFunds')} onChange={e => ballotStore.changeBallotMetadata(e, 'receiver', 'ballotEmissionFunds')}
/> />
<p className="hint"> <p className="hint">The address which the funds will be sent to, in case of the majority of votes.</p>
The address which the funds will be sent to, in case of the majority of votes.
</p>
</div> </div>
</div> </div>
<div className="right"> <div className="right">