Update UserSettingsIdentityCard.tsx

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-02-10 15:46:54 +00:00
parent a2c2e52fa2
commit fcca2bfb7d
@@ -20,7 +20,6 @@ import Grid from '@material-ui/core/Grid';
import Typography from '@material-ui/core/Typography';
import React from 'react';
import { useUserProfile } from '../useUserProfileInfo';
import Button from '@material-ui/core/Button';
const Contents = () => {
const { backstageIdentity } = useUserProfile();
@@ -50,9 +49,6 @@ const Contents = () => {
/** @public */
export const UserSettingsIdentityCard = () => (
<InfoCard title="Backstage Identity">
<Button variant="contained" color="primary">
werfg
</Button>
<Contents />
</InfoCard>
);