This commit is contained in:
Chris Blanchard 2015-10-03 18:20:04 +01:00
parent 46b007f102
commit 549d1ef32e

View file

@ -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}