Skip to content

Commit

Permalink
Update Settings.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
bandhan-majumder authored Jan 31, 2025
1 parent f387164 commit 0912a65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/screens/UserPortal/Settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,12 +258,13 @@ export default function settings(): JSX.Element {
)}
<UserSidebar hideDrawer={hideDrawer} setHideDrawer={setHideDrawer} />
<div
className={`d-flex flex-row ${styles.containerHeight} ${hideDrawer === null
className={`d-flex flex-row ${styles.containerHeight} ${
hideDrawer === null
? ''
: hideDrawer
? styles.expand
: styles.contract
}`}
}`}
>
<div className={`${styles.mainContainer}`}>
<div className="d-flex justify-content-between align-items-center">
Expand Down

0 comments on commit 0912a65

Please sign in to comment.