aboutsummaryrefslogtreecommitdiff
path: root/src/components/Pages
diff options
context:
space:
mode:
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}
/>
}