Update Connected Accounts Design (#13332)
/closes #13328 --------- Co-authored-by: Félix Malfait <felix.malfait@gmail.com> Co-authored-by: Félix Malfait <felix@twenty.com>
This commit is contained in:
@ -56,10 +56,7 @@ export const SettingsAccounts = () => {
|
||||
title={t`Connected accounts`}
|
||||
description={t`Manage your internet accounts.`}
|
||||
/>
|
||||
<SettingsAccountsConnectedAccountsListCard
|
||||
accounts={accounts}
|
||||
loading={loading}
|
||||
/>
|
||||
<SettingsAccountsConnectedAccountsListCard accounts={accounts} />
|
||||
</Section>
|
||||
<SettingsAccountsBlocklistSection />
|
||||
<SettingsAccountsSettingsSection />
|
||||
|
||||
Reference in New Issue
Block a user