فهرست منبع

Update instruments.ts

lex-xin 1 هفته پیش
والد
کامیت
0ecb042e7e
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      src/constant/instruments.ts

+ 0 - 1
src/constant/instruments.ts

@@ -213,7 +213,6 @@
 export const getInstrumentName = (instruments: any, instrumentName: string) => {
   const _instrumentName = instrumentName
     .replace(/ /g, '')
-    .replace(/\d+|\d+/g, '')
     .trim()
     .toLocaleLowerCase()
   const _instrument = Object.keys(instruments)