diff --git a/frontend/src/components/TradeBox/Prompts/RoutingFailed.tsx b/frontend/src/components/TradeBox/Prompts/RoutingFailed.tsx index 4f602b2e..f14bdef0 100644 --- a/frontend/src/components/TradeBox/Prompts/RoutingFailed.tsx +++ b/frontend/src/components/TradeBox/Prompts/RoutingFailed.tsx @@ -69,7 +69,7 @@ export const RoutingFailedPrompt = ({ } }; - if (order.invoice_expired && order.failure_reason) { + if (order.invoice_expired) { return (