Skip to content

Commit

Permalink
Merge pull request #3 from fga-eps-mds/US1-Gerar-carteirinha-do-sindi…
Browse files Browse the repository at this point in the history
…calizado

Us1 gerar carteirinha do sindicalizado
  • Loading branch information
daniso0412 authored Dec 3, 2024
2 parents c0c0910 + 63670e7 commit 8f4bda9
Show file tree
Hide file tree
Showing 9 changed files with 590 additions and 0 deletions.
184 changes: 184 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"json2csv": "^6.0.0-alpha.2",
"jspdf": "^2.5.2",
"prettier": "^3.3.3",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
Expand Down
9 changes: 9 additions & 0 deletions src/Components/SideBar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,15 @@ export default function SideBar({ fullHeight = true }) {
setIsSideBarOpen(false);
}}
/>,
<SideButton
hidden={checkModule(permissions, "users") ? "flex" : "none"}
key="carteirinha"
text="CARTEIRINHA"
onClick={() => {
navigate("/carteirinha");
setIsSideBarOpen(false);
}}
/>
];

return (
Expand Down
Loading

0 comments on commit 8f4bda9

Please sign in to comment.