From ae5728601e59b33bf72831fd60269774f1fc954b Mon Sep 17 00:00:00 2001 From: German Urrustarazu Date: Thu, 29 Sep 2022 18:01:31 -0300 Subject: [PATCH] fix merge --- .../client/src/components/WalletConnect.js | 29 +++++++------------ 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/frontend/packages/client/src/components/WalletConnect.js b/frontend/packages/client/src/components/WalletConnect.js index af1ece259..10ebdf5e5 100644 --- a/frontend/packages/client/src/components/WalletConnect.js +++ b/frontend/packages/client/src/components/WalletConnect.js @@ -117,26 +117,17 @@ const SignInOutButton = ({ : { width: '121px', height: '32px' } } > - {loggedIn ? ( -
- -
-

{truncateAddress(addr, 4, 4)}

-
+
+ +
+

{truncateAddress(addr, 4, 4)}

- ) : ( - <> - Connect - -  Wallet - - - )} +