Skip to content

Commit

Permalink
th-378: * router added sidebar to edit driver page (BinaryStudioAcade…
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVlaso committed Sep 29, 2023
1 parent 2da2b93 commit 247fce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/libs/components/router/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const Router = (): JSX.Element => {
<Route
path={AppRoute.EDIT_PROFILE}
element={
<PageLayout isSidebarHidden>
<PageLayout>
<EditDriverProfilePage />
</PageLayout>
}
Expand Down

0 comments on commit 247fce2

Please sign in to comment.