mirror of
https://github.com/status-im/visual-identity.git
synced 2025-02-21 00:38:15 +00:00
Merge branch '000-snt-voting-dapp' of https://github.com/status-im/contracts into 000-snt-voting-dapp
This commit is contained in:
commit
68ed1be293
@ -129,7 +129,7 @@ class Poll extends PureComponent {
|
|||||||
<b>Your vote:</b> {value} votes ({value * value} SNT)
|
<b>Your vote:</b> {value} votes ({value * value} SNT)
|
||||||
</Typography>
|
</Typography>
|
||||||
{cantVote && <Typography variant="body2" color="error">
|
{cantVote && <Typography variant="body2" color="error">
|
||||||
{balance == 0 && <span>You can not vote because your account had no SNT when this poll was created</span>}
|
{balance == 0 && <span>Voting disabled for proposals made when there was no SNT in the account</span>}
|
||||||
{balance != 0 && !_canVote && <span>You can not vote on this poll</span>}
|
{balance != 0 && !_canVote && <span>You can not vote on this poll</span>}
|
||||||
</Typography>}
|
</Typography>}
|
||||||
{error && <Typography variant="body2" color="error">{error}</Typography>}
|
{error && <Typography variant="body2" color="error">{error}</Typography>}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user