Skip to content

Commit

Permalink
Always display the redirect URL on the P2P form (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
KeinAsylum authored Oct 22, 2024
1 parent eb0cce6 commit 9f8a7e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9f8a7e6

Please # to comment.