Skip to content

Commit

Permalink
Update financial management route
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-kedis committed Dec 29, 2023
1 parent 1c996f1 commit 90b4049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions client/src/components/common/UserActions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const ActionRoutes = {
"Add Sector": "/add-sector",
"Add Scout": "/add-scout",
Statistics: "/statistics",
"Financial Management": "/financial-management",
"Financial Management": "/finance",
"Send Notification": "/send-notification",
"Edit Scout": "/update-scout",
"Reports and Councils": "/reports-and-councils",
Expand Down Expand Up @@ -54,7 +54,6 @@ export default function UserActions() {
الاحصائيات
</Button>
<Button
disabled
linkTo={ActionRoutes["Financial Management"]}
className="Button--medium Button--regular"
>
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/moneypage/MoneyPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const MoneyPage = () => {
};

return (
<div className="money-page">
<div className="money-page container">
<PageTitle title="إدارة الماليات" />
<form className="add-item" onSubmit={HandleSubmit}>
<h4>أضافة بند</h4>
Expand Down

0 comments on commit 90b4049

Please sign in to comment.