ui-kit-ck-consultant 0.5.304 → 0.5.305

Sign up to get free protection for your applications and to get access to all the features.
@@ -4520,7 +4520,7 @@ var Gauge = /*#__PURE__*/function (_React$Component) {
4520
4520
  fontWeight: 'bold',
4521
4521
  transition: '0.3s'
4522
4522
  }
4523
- }, parseInt(this.state.position), "%"), /*#__PURE__*/React.createElement("div", {
4523
+ }, this.state.position.toFixed(0), "%"), /*#__PURE__*/React.createElement("div", {
4524
4524
  className: "cursor-pointer",
4525
4525
  style: {
4526
4526
  position: 'absolute',