diff --git a/js/resources/utils.js b/js/resources/utils.js index 4da5569..7fd5549 100644 --- a/js/resources/utils.js +++ b/js/resources/utils.js @@ -99,7 +99,11 @@ 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} } -} \ No newline at end of file +}