Skip to content

Commit

Permalink
Fix format and lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
DrLer0 committed Nov 22, 2024
1 parent 1f34281 commit 6ae238b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/src/components/Sidebar/Sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const SidebarProps = {

/**
* Collapsible sidebar
* @param {PropTypes.InferProps<typeof SidebarProps>} props
*/
export function Sidebar({ toggleSidebar }) {
return (
Expand Down
2 changes: 1 addition & 1 deletion client/src/stories/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
Drawer,
rem,
} from '@mantine/core';
import { useDidUpdate, useDisclosure } from '@mantine/hooks';
import { useDisclosure } from '@mantine/hooks';

import classes from './header.module.css';
import { Sidebar } from '../../components/Sidebar/Sidebar';
Expand Down

0 comments on commit 6ae238b

Please sign in to comment.