mirror of
https://github.com/status-im/visual-identity.git
synced 2025-02-08 18:53:44 +00:00
Wrong variable name
This commit is contained in:
parent
98dcb1f803
commit
66b6fbf966
@ -42,7 +42,7 @@ class Voting extends Component {
|
||||
finalResult: _data.result,
|
||||
votingAvailable: _votingAvailable,
|
||||
tabulationAvailable: _tabulationAvailable,
|
||||
canCalculateFinalResult: _canCalculateFinalResult,
|
||||
finalResultAvailable: _canCalculateFinalResult,
|
||||
voteTabulated: _voteTabulated
|
||||
});
|
||||
}
|
||||
@ -105,6 +105,7 @@ class Voting extends Component {
|
||||
}
|
||||
|
||||
render(){
|
||||
console.log(this.state);
|
||||
return <div>
|
||||
{
|
||||
this.state.decision != 0 ?
|
||||
|
Loading…
x
Reference in New Issue
Block a user