mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-19 01:03:20 +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 (
|
||||
<Grid
|
||||
container
|
||||
|
Reference in New Issue
Block a user