Update utils.js

This commit is contained in:
ItsLuiggiYahoo 2024-02-10 14:40:49 -03:00 committed by GitHub
parent 061ec729d7
commit 7a676e1d1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,6 +99,10 @@ export default {
IRL = (bricks.replace(/,/g, '') * 0.2338).toFixed(2)
DISPLAY = 'TRY'
break
case 7:
IRL = (bricks.replace(/,/g, '') * 4.90).toFixed(2)
DISPLAY = 'BRL'
break
}
return {bricks: IRL, display: DISPLAY}
}