Commit f920cd77 authored by dev0tion's avatar dev0tion

Add TBTC

parent 7ba58952
...@@ -8,7 +8,7 @@ export class CoinAbbreviationPipe implements PipeTransform { ...@@ -8,7 +8,7 @@ export class CoinAbbreviationPipe implements PipeTransform {
transform(value: any): any { transform(value: any): any {
if (!value) return value; if (!value) return value;
let abbreviationAdded = value + " BTC" let abbreviationAdded = value + " TBTC"
return abbreviationAdded; return abbreviationAdded;
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment