diff --git a/lib/react/gather.jsx b/lib/react/gather.jsx index d9188aa..aa9c39f 100644 --- a/lib/react/gather.jsx +++ b/lib/react/gather.jsx @@ -348,7 +348,7 @@ var GatherActions = React.createClass({ } return ( -
+
    @@ -452,7 +452,7 @@ var ServerVoting = React.createClass({ let voted = self.props.currentGatherer.serverVote !== null; return ( -
    +
    {voted ? "Server Votes" : "Please Vote for a Server" }
    @@ -513,7 +513,7 @@ var MapVoting = React.createClass({ let voted = (self.props.currentGatherer.mapVote !== null); return ( -
    +
    { voted ? "Map Votes" : "Please Vote for a Map" }
    @@ -591,7 +591,7 @@ var Gather = React.createClass({ } return (
    -
    +
    Current Gather
    @@ -775,7 +775,7 @@ var Gatherers = React.createClass({ ); } else { return ( -
    +