3233 connect connected accounts settings to backend (#3235)

* connect SettingsAccountsConnectedAccountsSection to backend

* get current user
This commit is contained in:
bosiraphael
2024-01-04 15:26:55 +01:00
committed by GitHub
parent 4fddafceed
commit 52d4f8e466
5 changed files with 29 additions and 15 deletions

View File

@ -37,7 +37,7 @@ export const SettingsAccountRow = ({
return (
<StyledRow onClick={onClick} divider={divider}>
<LeftIcon size={theme.icon.size.sm} />
{account.email}
{account.handle}
{rightComponent}
</StyledRow>
);