mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-19 09:13:28 +00:00
Fix infinite spinner on routing failed without failure reason
This commit is contained in:
@ -69,7 +69,7 @@ export const RoutingFailedPrompt = ({
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
if (order.invoice_expired && order.failure_reason) {
|
if (order.invoice_expired) {
|
||||||
return (
|
return (
|
||||||
<Grid
|
<Grid
|
||||||
container
|
container
|
||||||
|
Reference in New Issue
Block a user