diff --git a/packages/nicolium/src/components/accounts/account.tsx b/packages/nicolium/src/components/accounts/account.tsx index 61775b6b5..e1cfb1056 100644 --- a/packages/nicolium/src/components/accounts/account.tsx +++ b/packages/nicolium/src/components/accounts/account.tsx @@ -305,33 +305,31 @@ const Account = ({ )} - -
- - @{username} - +
+ + @{username} + - {withLocked && !timestamp && account.locked && ( - <> - + {withLocked && !timestamp && account.locked && ( + <> + - {account.favicon && !disableUserProvidedMedia && ( - - )} - - )} + {account.favicon && !disableUserProvidedMedia && ( + + )} + + )} - {account.favicon && !disableUserProvidedMedia && ( - - )} + {account.favicon && !disableUserProvidedMedia && ( + + )} - {items} -
- + {items} +