Skip to content

Commit fb4864b

Browse files
authored
Merge pull request #207 from Code-4-Community/185-dev---finish-editcreate-grant-modal
185 dev finish editcreate grant modal
2 parents a67f112 + b3b3ce4 commit fb4864b

File tree

5 files changed

+360
-257
lines changed

5 files changed

+360
-257
lines changed

frontend/package-lock.json

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"react": "^18.3.1",
2727
"react-app-polyfill": "^3.0.0",
2828
"react-csv": "^2.2.2",
29+
"react-currency-input-field": "^4.0.3",
2930
"react-datepicker": "^8.2.1",
3031
"react-dom": "^18.3.1",
3132
"react-icons": "^5.4.0",

frontend/src/main-page/grants/grant-list/GrantItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ const GrantItem: React.FC<GrantItemProps> = ({ grant, defaultExpanded = false })
631631
<div className="hidden-features">
632632
{showNewGrantModal && (
633633
<NewGrantModal
634-
grant={curGrant}
634+
//grant={curGrant}
635635
onClose={() => setShowNewGrantModal(false)}
636636
/>
637637
)}

0 commit comments

Comments
 (0)