From 71848bc034d1bbfac711c838d8a715009a343e49 Mon Sep 17 00:00:00 2001 From: acethecreator Date: Mon, 12 Aug 2024 17:27:09 +0100 Subject: [PATCH] fixed lint error --- .../src/containers/Operations/Operation.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/library/src/containers/Operations/Operation.tsx b/library/src/containers/Operations/Operation.tsx index 59525e311..26dc958d7 100644 --- a/library/src/containers/Operations/Operation.tsx +++ b/library/src/containers/Operations/Operation.tsx @@ -283,14 +283,16 @@ export const OperationReplyInfo: React.FunctionComponent = (props) => { {explicitChannel.address()}{' '} - ) : replyAddress != null && ( -
- 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 && (