resolve market email: display "N/A" instead of "#CANCEL" for FR markets
This commit is contained in:
parent
e638bf1b32
commit
224a8214b4
|
@ -96,6 +96,7 @@ const toDisplayResolution = (
|
|||
}
|
||||
|
||||
if (resolution === 'MKT' && resolutions) return 'MULTI'
|
||||
if (resolution === 'CANCEL') return 'N/A'
|
||||
|
||||
return `#${resolution}`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user