- The time lock of the locked up funds expired before the invoice - got paid. Therefore, we refunded the coins back to our platform - and aborted the Swap. Please report your Swap ID {id}{' '} - here to{' '} - learn further details. -
+class ReverseSwapTimelockExpired extends React.Component { + componentDidMount = () => { + if (this.props.id === '') { + navigation.navHome(); + } + }; + + render = () => { + const { id, asset, amount, classes, dataStorageClear } = this.props; + + return ( ++ The time lock of the locked up funds expired before the + invoice got paid. Therefore, we refunded the coins back to our + platform and aborted the Swap. Please report your Swap ID{' '} + {id}{' '} + here to{' '} + learn further details. +
+