diff --git a/react/src/util/coinHelper.js b/react/src/util/coinHelper.js index 198c9e6..456dd87 100644 --- a/react/src/util/coinHelper.js +++ b/react/src/util/coinHelper.js @@ -54,6 +54,10 @@ export function getCoinTitle(coin) { coinlogo = 'hush'; coinname = 'Hush'; break; + case 'SNG': + coinlogo = 'snowgem'; + coinname = 'SnowGem'; + break; case 'BCH': coinlogo = 'bch'; coinname = 'BitcoinCash'; @@ -560,4 +564,4 @@ export const isKomodoCoin = (coin) => { coin === 'BTCH') { return true; } -} \ No newline at end of file +}