Remove initial gather text

This commit is contained in:
Chris Blanchard 2015-10-21 15:33:45 +01:00
parent 9d7da01d0c
commit 467b13526a

View file

@ -663,8 +663,6 @@ var Gather = React.createClass({
<div>
<div className="panel panel-primary add-bottom">
<div className="panel-heading">Current Gather</div>
<div className="panel-body text-center">Be the first to join the gather
</div>
</div>
<Gatherers gather={gather} user={user} thisGatherer={thisGatherer} />
</div>