Skip to content

Commit

Permalink
Update context.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjackking authored Feb 15, 2024
1 parent c01dba5 commit 3024a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/protoform/src/app/credit-cards/context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function CreditCardContextProvider({ children }: { children: React.ReactN
dobMonth: '',
dobYear: '',
email: '',
expenseFreq: 'Monthl',
expenseFreq: 'Monthly',
expenses: '',
familyName: '',
givenName: '',
Expand Down

0 comments on commit 3024a53

Please sign in to comment.