Remove empty line
This commit is contained in:
parent
175124bcc5
commit
703d7e3cb5
|
@ -120,7 +120,6 @@ export default function SwitchAccountList () {
|
||||||
<div className='d-flex flex-column flex-wrap'>
|
<div className='d-flex flex-column flex-wrap'>
|
||||||
<AccountListRow account={{ id: ANON_USER_ID, name: 'anon' }} showHat={false} />
|
<AccountListRow account={{ id: ANON_USER_ID, name: 'anon' }} showHat={false} />
|
||||||
{
|
{
|
||||||
|
|
||||||
accounts.map((account) => <AccountListRow key={account.id} account={account} showHat={false} />)
|
accounts.map((account) => <AccountListRow key={account.id} account={account} showHat={false} />)
|
||||||
}
|
}
|
||||||
<div style={{ cursor: 'pointer' }} onClick={addAccount}>+ add account</div>
|
<div style={{ cursor: 'pointer' }} onClick={addAccount}>+ add account</div>
|
||||||
|
|
Loading…
Reference in New Issue