mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
remove unused code
This commit is contained in:
@@ -23,8 +23,6 @@ export function appendCurrencySymbol(value, currencyDisplayType, currencyCode, c
|
|||||||
|
|
||||||
if (currencyInfo && currencyInfo.symbol) {
|
if (currencyInfo && currencyInfo.symbol) {
|
||||||
symbol = currencyInfo.symbol;
|
symbol = currencyInfo.symbol;
|
||||||
} else if (currencyInfo && currencyInfo.code) {
|
|
||||||
symbol = currencyInfo.code;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!symbol) {
|
if (!symbol) {
|
||||||
|
|||||||
Reference in New Issue
Block a user