Skip to content

Commit

Permalink
Merge pull request #321 from EscolaLMS/feature/mobile-dropdown-catego…
Browse files Browse the repository at this point in the history
…ries

fixed ts error
  • Loading branch information
myslaf authored Feb 22, 2024
2 parents c267868 + 1751315 commit 800f126
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/molecules/Navigation/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ export const Navigation: React.FC<NavigationProps> = (props) => {
<Drawer
open={mobileMenuOpen}
className={"drawer drawer-header-wrapper"}
// @ts-expect-error */}
classNames={{
wrapper: "drawer-content-wrapper custom-drawer-wrapper",
content: "drawer-content",
Expand Down

0 comments on commit 800f126

Please sign in to comment.