dexter-juntilla

Results 1 comments of dexter-juntilla

temporary workaround ``` let fill = this.props.percentage; if (fill === 25) { fill = 24; } else if (fill === 50) { fill = 49; } ```