Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
JasminDreasond committed Jun 15, 2024
1 parent d5ed27c commit c1605b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/organisms/settings/Settings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { resizeWindowChecker } from '../../../util/tools';
import { confirmDialog } from '../../molecules/confirm-dialog/ConfirmDialog';

import ProfileSection from './pages/Profile';
import AccountSection from './pages/Account';
// import AccountSection from './pages/Account';
import AppearanceSection from './pages/Appearance';
import NotificationsSection from './pages/Notifications';
import SecuritySection from './pages/Security';
Expand Down Expand Up @@ -67,12 +67,12 @@ const buildTabItems = () => {
render: () => <ProfileSection />,
});

tabItems.push({
/* tabItems.push({
text: tabText.ACCOUNT,
faSrc: 'fa-solid fa-user',
disabled: false,
render: () => <AccountSection />,
});
}); */

tabItems.push({
text: tabText.APPEARANCE,
Expand Down

0 comments on commit c1605b2

Please sign in to comment.