From 9f8a7e64318bc3678997b57f9f26e9db92e88e15 Mon Sep 17 00:00:00 2001 From: Ildar Galeev Date: Tue, 22 Oct 2024 20:42:05 +0700 Subject: [PATCH] Always display the redirect URL on the P2P form (#358) --- .../ApiExtensionView/Destinations/Destinations.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ViewContainer/ApiExtensionView/Destinations/Destinations.tsx b/src/components/ViewContainer/ApiExtensionView/Destinations/Destinations.tsx index 2c695281..b052d6c9 100644 --- a/src/components/ViewContainer/ApiExtensionView/Destinations/Destinations.tsx +++ b/src/components/ViewContainer/ApiExtensionView/Destinations/Destinations.tsx @@ -59,7 +59,7 @@ export function Destinations({ destinations }: DestinationsProps) { > {l['form.p2p.complete.button']} - {status === 'SUCCESS' && initContext?.redirectUrl && ( + {initContext?.redirectUrl && (