Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/AmitSharma512/talawa-admin
Browse files Browse the repository at this point in the history
… into Profile-picture
  • Loading branch information
AmitSharma512 committed Jan 7, 2024
2 parents 0e7b92a + 628b3f5 commit 0fe9cbf
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 0fe9cbf

Please sign in to comment.