diff --git a/apps/mobile/src/screen/wallet/select/index.tsx b/apps/mobile/src/screen/wallet/select/index.tsx index a75f9f883a..aa6304bd6a 100644 --- a/apps/mobile/src/screen/wallet/select/index.tsx +++ b/apps/mobile/src/screen/wallet/select/index.tsx @@ -768,35 +768,44 @@ const KeyringItem: FunctionComponent<{ - - {keyInfo.name} - - {icnsPrimaryName ? ( - - - - - ) : null} + + + + {keyInfo.name} + + + {icnsPrimaryName ? ( + + + + + ) : null} + + + {paragraph ? ( + + + + + {paragraph} + + + ) : null} + - {paragraph ? ( - - - {paragraph} - - - ) : null}