From 3f33295bdca397615d0df41a0dbf29b6e3f90c2c Mon Sep 17 00:00:00 2001 From: "Rene Vergara A." Date: Tue, 4 Jun 2024 20:14:49 -0400 Subject: [PATCH] rvv041 - Code Optimization - Addreess Book Address removed from Message windown in Copy Address Action result --- src/Zenith/CLI.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Zenith/CLI.hs b/src/Zenith/CLI.hs index 491675c..302aa68 100644 --- a/src/Zenith/CLI.hs +++ b/src/Zenith/CLI.hs @@ -1060,8 +1060,7 @@ appEvent (BT.VtyEvent e) = do BT.modify $ set msg $ "Address copied to Clipboard from >>\n" ++ - T.unpack (addressBookAbdescrip (entityVal a)) ++ "->\n" ++ - T.unpack (addressBookAbaddress (entityVal a)) ++ "!" + T.unpack (addressBookAbdescrip (entityVal a)) BT.modify $ set displayBox MsgDisplay _ -> do BT.modify $ set msg "Error while copying the address!!"