Skip to content

Commit

Permalink
Merge pull request #5 from giuliohome-org/main
Browse files Browse the repository at this point in the history
MainMenu should be visible for Reporting
  • Loading branch information
oliverlabs authored Sep 6, 2023
2 parents fbbe970 + 240af29 commit fec654b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/reporting/rpt-context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useState } from 'react';
import { MainMenu } from "@/features/menu/menu";

export const RptContext = () => {
const [isOpen, setIsOpen] = useState(false);
const [isOpen, setIsOpen] = useState(true);
return (
<MainMenu isOpen={isOpen} setIsOpen={setIsOpen} />
)
Expand Down

0 comments on commit fec654b

Please sign in to comment.