Compare commits
2 Commits
d5a5488b9d
...
dc6e444c79
Author | SHA1 | Date | |
---|---|---|---|
dc6e444c79 | |||
|
b2c2d9e470 |
@ -18,9 +18,9 @@ export const alcoholToStandardDrinks = (
|
|||||||
US: US100ml
|
US: US100ml
|
||||||
},
|
},
|
||||||
bottle: {
|
bottle: {
|
||||||
UK: UK100ml * bottleMultiplier,
|
UK: roundToOneDecimal(UK100ml * bottleMultiplier),
|
||||||
AU: AU100ml * bottleMultiplier,
|
AU: roundToOneDecimal(AU100ml * bottleMultiplier),
|
||||||
US: US100ml * bottleMultiplier
|
US: roundToOneDecimal(US100ml * bottleMultiplier)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user