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
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

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