{item.execution?.result_code || 'No executor result code stored'}
- Submitted means the relay accepted the response; it does not prove a trade.
+ {item.execution?.error_message ? {item.execution.error_message}
: null}
+ {!item.execution?.error_message && item.execution?.note ? {item.execution.note}
: null}
+ {item.execution?.status === 'submitted' ? (
+ Submitted means the relay accepted the response; it does not prove a trade.
+ ) : null}