mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 20:21:35 +00:00
Fix infinite spinner on routing failed without failure reason
This commit is contained in:
parent
987e7e01b2
commit
f374b38660
@ -69,7 +69,7 @@ export const RoutingFailedPrompt = ({
|
||||
}
|
||||
};
|
||||
|
||||
if (order.invoice_expired && order.failure_reason) {
|
||||
if (order.invoice_expired) {
|
||||
return (
|
||||
<Grid
|
||||
container
|
||||
|
Loading…
Reference in New Issue
Block a user