Update utils.js
This commit is contained in:
parent
061ec729d7
commit
7a676e1d1a
1 changed files with 5 additions and 1 deletions
|
|
@ -99,6 +99,10 @@ export default {
|
||||||
IRL = (bricks.replace(/,/g, '') * 0.2338).toFixed(2)
|
IRL = (bricks.replace(/,/g, '') * 0.2338).toFixed(2)
|
||||||
DISPLAY = 'TRY'
|
DISPLAY = 'TRY'
|
||||||
break
|
break
|
||||||
|
case 7:
|
||||||
|
IRL = (bricks.replace(/,/g, '') * 4.90).toFixed(2)
|
||||||
|
DISPLAY = 'BRL'
|
||||||
|
break
|
||||||
}
|
}
|
||||||
return {bricks: IRL, display: DISPLAY}
|
return {bricks: IRL, display: DISPLAY}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue