mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +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) {
|
||||
symbol = currencyInfo.symbol;
|
||||
} else if (currencyInfo && currencyInfo.code) {
|
||||
symbol = currencyInfo.code;
|
||||
}
|
||||
|
||||
if (!symbol) {
|
||||
|
||||
Reference in New Issue
Block a user