chore(utils): Fixed linter warning
This commit is contained in:
parent
a4dcfd2495
commit
1fe01a918a
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ const measurementDiffers = (
|
|||
breasts = false,
|
||||
absolute = true
|
||||
) => {
|
||||
let result = Math.round((measurementValue - neckstimate(neckCircumference, measurementName, breasts)) / 20)
|
||||
|
||||
return absolute
|
||||
? Math.abs(Math.round((measurementValue - neckstimate(neckCircumference, measurementName, breasts)) / 20))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue