Skip to content

Commit

Permalink
Page Number component
Browse files Browse the repository at this point in the history
  • Loading branch information
yotzkim committed Feb 16, 2024
2 parents bfade0b + 31bc3f8 commit 4146ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/vsr/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const VeteranServiceRequest: React.FC = () => {
age: data.age,
maritalStatus: data.marital_status,
spouseName: data.spouse,
agesOfBoys: data.ages_of_boys,
agesOfBoys: data.ages_of_boys.slice(0, data.num_boys),
ethnicity: finalEthnicity,
employmentStatus: data.employment_status,
incomeLevel: data.income_level,
Expand Down

0 comments on commit 4146ee3

Please sign in to comment.