Fix menu
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user