From 93ac6fd2c2ff5d97e5779197cb03be406df393e4 Mon Sep 17 00:00:00 2001 From: Guillaume Charbonnier <81654818+charbonnierg@users.noreply.github.com> Date: Wed, 6 Mar 2024 16:15:38 +0100 Subject: [PATCH] do not display reply address if null --- library/src/containers/Operations/Operation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/src/containers/Operations/Operation.tsx b/library/src/containers/Operations/Operation.tsx index 2e46ce0a3..b707a83c3 100644 --- a/library/src/containers/Operations/Operation.tsx +++ b/library/src/containers/Operations/Operation.tsx @@ -292,7 +292,7 @@ export const OperationReplyInfo: React.FunctionComponent = props => { {explicitChannel.address()}{' '} - ) : ( + ) : replyAddress != null && (
Reply will be directed to the address specified at this location:{' '}