Skip to content

Commit

Permalink
Removed sidebar and checked the functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Agarwal authored and Aditya Agarwal committed Jan 6, 2024
1 parent ae8c853 commit 7f59faa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/screens/UserPortal/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import type { ChangeEvent } from 'react';
import OrganizationNavbar from 'components/UserPortal/OrganizationNavbar/OrganizationNavbar';
import styles from './Home.module.css';
import UserSidebar from 'components/UserPortal/UserSidebar/UserSidebar';
import OrganizationSidebar from 'components/UserPortal/OrganizationSidebar/OrganizationSidebar';
import ChevronRightIcon from '@mui/icons-material/ChevronRight';
import {
Button,
Expand Down Expand Up @@ -391,7 +390,6 @@ export default function home(): JSX.Element {
</>
)}
</div>
<OrganizationSidebar />
<Modal
size="lg"
show={showStartPost}
Expand Down

0 comments on commit 7f59faa

Please sign in to comment.