(Fix) Remove trailing whitespace

This commit is contained in:
Vadim Arasev 2018-05-08 15:53:24 +03:00
parent 4f9f233fd9
commit ee1c030979
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ export class BallotCard extends React.Component {
@action("Get creator")
getCreator = async () => {
const { contractsStore, id, votingType } = this.props;
let creator = await this.repeatGetProperty(contractsStore, votingType, id, "getCreator", 0);
let creator = await this.repeatGetProperty(contractsStore, votingType, id, "getCreator", 0);
if (creator) {
this.getValidatorFullname(creator);
} else {