Skip to content

Commit

Permalink
disable next, refactor props and rename to us_state on onboarding
Browse files Browse the repository at this point in the history
  • Loading branch information
ccatherinetan committed Nov 12, 2024
1 parent 449aa59 commit d14c7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/ProfileProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function ProfileProvider({
try {
const profile: Profile = {
user_id: placeholderUserId,
state: '',
us_state: '',
user_type: 'INDIV', //default for now
// Removed has_plot as it's not part of Profile
};
Expand Down

0 comments on commit d14c7f8

Please sign in to comment.