@@ -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)