diff --git a/js/resources/utils.js b/js/resources/utils.js index 7fd5549..74fc1c3 100644 --- a/js/resources/utils.js +++ b/js/resources/utils.js @@ -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 }