🚨 Fixed linter warnings
This commit is contained in:
parent
2cfa5c23ee
commit
7a97fafecc
13 changed files with 11 additions and 29 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue