Fix infinite spinner on routing failed without failure reason

This commit is contained in:
Reckless_Satoshi
2022-11-28 03:29:11 -08:00
parent 987e7e01b2
commit f374b38660

View File

@ -69,7 +69,7 @@ export const RoutingFailedPrompt = ({
} }
}; };
if (order.invoice_expired && order.failure_reason) { if (order.invoice_expired) {
return ( return (
<Grid <Grid
container container