Skip to content

Commit

Permalink
feat: remove “Admin name” column from the super admin dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJiang2021 authored and libruce committed Jan 9, 2024
1 parent 06d5507 commit 25dfd66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
5 changes: 0 additions & 5 deletions apps/storefront/src/pages/dashboard/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,6 @@ function Dashboard(props: DashboardProps) {
),
isSortable: true,
},
{
key: 'companyAdminName',
title: b3Lang('dashboard.admin'),
isSortable: true,
},
{
key: 'companyEmail',
title: b3Lang('dashboard.email'),
Expand Down
17 changes: 0 additions & 17 deletions apps/storefront/src/pages/dashboard/components/DashboardCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,6 @@ function DashboardCard({
</Box>
)}

<Box
sx={{
display: 'flex',
fontSize: '16px',
mt: '15px',
}}
>
<Typography
sx={{
fontWeight: 500,
}}
>
Admin:
</Typography>
<Typography variant="body1">{row.companyAdminName}</Typography>
</Box>

<Box
sx={{
display: 'flex',
Expand Down

0 comments on commit 25dfd66

Please sign in to comment.