Update utils.js

This commit is contained in:
Index 2024-02-10 12:05:51 -06:00 committed by GitHub
parent 7a676e1d1a
commit 346fb3c435
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -100,7 +100,7 @@ export default {
DISPLAY = 'TRY'
break
case 7:
IRL = (bricks.replace(/,/g, '') * 4.90).toFixed(2)
IRL = (bricks.replace(/,/g, '') * 0.49).toFixed(2)
DISPLAY = 'BRL'
break
}