diff --git a/library/src/containers/Operations/Operation.tsx b/library/src/containers/Operations/Operation.tsx index d262a3a1a..26dc958d7 100644 --- a/library/src/containers/Operations/Operation.tsx +++ b/library/src/containers/Operations/Operation.tsx @@ -284,13 +284,15 @@ export const OperationReplyInfo: React.FunctionComponent = (props) => { ) : ( -
- Reply will be directed to the address specified at this - location:{' '} - - {replyAddress} - -
+ replyAddress != null && ( +
+ Reply will be directed to the address specified at this + location:{' '} + + {replyAddress} + +
+ ) )}
{explicitChannel && (