mirror of
https://github.com/valitydev/checkout.git
synced 2024-11-06 02:25:18 +00:00
Always display the redirect URL on the P2P form (#358)
This commit is contained in:
parent
eb0cce60aa
commit
9f8a7e6431
@ -59,7 +59,7 @@ export function Destinations({ destinations }: DestinationsProps) {
|
||||
>
|
||||
{l['form.p2p.complete.button']}
|
||||
</Button>
|
||||
{status === 'SUCCESS' && initContext?.redirectUrl && (
|
||||
{initContext?.redirectUrl && (
|
||||
<Button
|
||||
colorScheme="brand"
|
||||
size="lg"
|
||||
|
Loading…
Reference in New Issue
Block a user