1
0
Fork 0

🚨 Fixed linter warnings

This commit is contained in:
Joost De Cock 2019-06-16 16:47:20 +02:00
parent 2cfa5c23ee
commit 7a97fafecc
13 changed files with 11 additions and 29 deletions

View file

@ -48,7 +48,8 @@ const Measurements = props => {
"https://" + props.language + "/.freesewing.dev/core/config"
}
>
{props.language}.freesewing.dev/core/config
{props.language}
.freesewing.dev/core/config
</a>
</p>
</div>
@ -115,7 +116,7 @@ const Measurements = props => {
};
Measurements.propTypes = {
measuremnents: PropTypes.object.isRequired,
measurements: PropTypes.object.isRequired,
required: PropTypes.array.isRequired,
units: PropTypes.oneOf(["metric", "imperial"]),
updateMeasurement: PropTypes.func.isRequired,