Always display the redirect URL on the P2P form (#358)

This commit is contained in:
Ildar Galeev 2024-10-22 20:42:05 +07:00 committed by GitHub
parent eb0cce60aa
commit 9f8a7e6431
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"