Resolved mileage issue precision on jobs detail screen IO-434

This commit is contained in:
Patrick Fic
2020-12-02 15:13:33 -08:00
parent 6e1a36000e
commit cc79bbec97
2 changed files with 2 additions and 3 deletions

View File

@@ -12,7 +12,6 @@ const FormInputNUmberCalculator = (
const ref = useRef(null);
const handleKeyDown = (e) => {
console.log("e :>> ", e.currentTarget.value);
const { key } = e;
let action;
switch (key) {