This commit is contained in:
CHIEFSOFT\ameye
2023-05-09 19:55:20 -04:00
parent 9cecbbfcb1
commit bb05100c68
3 changed files with 16 additions and 131 deletions
+3 -3
View File
@@ -26,8 +26,8 @@ export default function FamilyAcc() {
let id = useId();
// For the age drop down
let startAge = 16;
let endAge = 70;
let startAge = 5;
let endAge = 16;
// creates an array of age values ranging from 16 to 70
const ageRange = Array.from(
{ length: endAge - startAge + 1 },
@@ -91,7 +91,7 @@ export default function FamilyAcc() {
uid: localStorage.getItem("uid"),
sessionid: localStorage.getItem("session_token"),
limit: 20,
offset: 1,
offset: 0,
action: 22010,
};