mirror of
https://github.com/valitydev/checkout.git
synced 2024-11-06 10:35:20 +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']}
|
{l['form.p2p.complete.button']}
|
||||||
</Button>
|
</Button>
|
||||||
{status === 'SUCCESS' && initContext?.redirectUrl && (
|
{initContext?.redirectUrl && (
|
||||||
<Button
|
<Button
|
||||||
colorScheme="brand"
|
colorScheme="brand"
|
||||||
size="lg"
|
size="lg"
|
||||||
|
Loading…
Reference in New Issue
Block a user