accounts.map(account => (
    <AccountItem
      authUser={authUser}
      key={account.uid}
      account={account}