From 26155fe4518063c271c7bcf51ff9525f60ffa2f9 Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Wed, 4 May 2022 07:27:05 -0700 Subject: [PATCH] Add currency UAH --- frontend/src/components/getFlags.js | 1 + frontend/static/assets/currencies.json | 1 + 2 files changed, 2 insertions(+) diff --git a/frontend/src/components/getFlags.js b/frontend/src/components/getFlags.js index 126aa722..c599f7ef 100644 --- a/frontend/src/components/getFlags.js +++ b/frontend/src/components/getFlags.js @@ -70,6 +70,7 @@ export default function getFlags(code){ if(code == 'TWD') flag = ; if(code == 'TZS') flag = ; if(code == 'XAF') flag = ; + if(code == 'UAH') flag = ; if(code == 'ANY') flag = ; if(code == 'XAU') flag = ; if(code == 'BTC') flag = ; diff --git a/frontend/static/assets/currencies.json b/frontend/static/assets/currencies.json index c7090aec..1adcbf99 100644 --- a/frontend/static/assets/currencies.json +++ b/frontend/static/assets/currencies.json @@ -62,6 +62,7 @@ "61":"TWD", "62":"TZS", "63":"XAF", + "64":"UAH", "300":"XAU", "1000":"BTC" }