react-scroll-progress-bar
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "react-scroll-progress-bar", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A scroll progress bar component for React", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -58,3 +58,3 @@ import PropTypes from "prop-types"; | ||
const { height, bgcolor } = this.props; | ||
return <div style={scrollStyle(width, height, bgcolor)} />; | ||
return (<div style={scrollStyle(width, height, bgcolor)} />); | ||
} | ||
@@ -61,0 +61,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3765