Remove empty line

This commit is contained in:
ekzyis 2023-12-20 07:08:16 +01:00
parent 175124bcc5
commit 703d7e3cb5
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ export default function SwitchAccountList () {
<div className='d-flex flex-column flex-wrap'>
<AccountListRow account={{ id: ANON_USER_ID, name: 'anon' }} showHat={false} />
{
accounts.map((account) => <AccountListRow key={account.id} account={account} showHat={false} />)
}
<div style={{ cursor: 'pointer' }} onClick={addAccount}>+ add account</div>