Skip to content

Commit

Permalink
removed profile functions from plot status and state page for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin3656 committed Oct 13, 2024
1 parent 2b7378b commit bb446e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app/onboarding/plotstatus/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ export default function Page() {
const { addProfile } = useProfile();

const handleButtonClick = (state: string) => {
const newProfile = { state, email: '', phone_num: '', user_type: '' };
addProfile(newProfile);
console.log('test');
};
return (
Expand Down
2 changes: 0 additions & 2 deletions app/onboarding/state/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ export default function Page() {
const { addProfile } = useProfile();

const handleButtonClick = (state: string) => {
const newProfile = { state, email: '', phone_num: '', user_type: '' };
addProfile(newProfile);
console.log('test');
};
return (
Expand Down

0 comments on commit bb446e6

Please sign in to comment.