Fix progress bar

This commit is contained in:
Chris Blanchard 2015-08-27 19:08:34 +01:00
parent 397ba7aee8
commit 79a5997055
2 changed files with 4 additions and 1 deletions

View file

@ -548,7 +548,6 @@ var Gather = React.createClass({
let previousState = this.props.gather.state;
let newState = data.gather.state;
if (newState === previousState) return;
console.log(newState)
// Callbacks for new states
if (newState === "election"

View file

@ -84,3 +84,7 @@ html, body {
.gather-voting {
font-size: 90%;
}
.progress-bar {
min-width: 6em;
}