diff --git a/src/components/ViewContainer/ApiExtensionView/Destinations/Destinations.tsx b/src/components/ViewContainer/ApiExtensionView/Destinations/Destinations.tsx index 2c6952813..b052d6c90 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 && (