mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-23 04:52:00 +00:00
Fix
This commit is contained in:
parent
46b007f102
commit
549d1ef32e
1 changed files with 0 additions and 2 deletions
|
@ -590,8 +590,6 @@ var MapVoting = React.createClass({
|
|||
<div className="panel-heading">
|
||||
{votes === 2 ? "Map Votes" :
|
||||
`Please Vote for a Map. ${2 - votes} votes remaining` }
|
||||
|
||||
{ voted ? "Map Votes" : "Please Vote for a Map" }
|
||||
</div>
|
||||
<div className="list-group gather-voting">
|
||||
{maps}
|
||||
|
|
Loading…
Reference in a new issue