aboutsummaryrefslogtreecommitdiff
path: root/src/components/Pages
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-06-26 02:58:04 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-06-26 02:58:04 +0530
commite59c4dee0ab213c2e1f93b494a09fcd3810d7f10 (patch)
tree18a327f2e2438331abb906c3e51b72f602203133 /src/components/Pages
parentc29507c2e32d5a3fe25c6fe3dbfba9700f93316e (diff)
Converted RegisterItemForm to TS and fix bugs, added more functionality to support the backend
Diffstat (limited to 'src/components/Pages')
-rw-r--r--src/components/Pages/BillingPage.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Pages/BillingPage.tsx b/src/components/Pages/BillingPage.tsx
index 9697a24..c9247da 100644
--- a/src/components/Pages/BillingPage.tsx
+++ b/src/components/Pages/BillingPage.tsx
@@ -63,7 +63,7 @@ const BillingPage: React.FC = () => {
{registerPersonFormVisibility &&
<RegisterPersonForm
- updateItemsList={getRegisteredItems}
+ updatePeopleList={getRegisteredPeople}
setVisibility={setRegisterPersonFormVisibility}
/>
}