mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-01-31 13:30:37 +00:00
Fix progress bar
This commit is contained in:
parent
397ba7aee8
commit
79a5997055
2 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -84,3 +84,7 @@ html, body {
|
|||
.gather-voting {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.progress-bar {
|
||||
min-width: 6em;
|
||||
}
|
Loading…
Reference in a new issue