Skip to content

Commit

Permalink
removed unnecessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
denniwang committed Jan 28, 2025
1 parent 65ca248 commit 9f39ab9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/frontend/components/Plan/AddPlanModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ export const AddPlanModal: React.FC<AddPlanModalProps> = ({
onCloseDisplay();
};

const title = watch("name");
const catalogYear = watch("catalogYear");
const majorName = watch("major");
const concentration = watch("concentration");
Expand Down

0 comments on commit 9f39ab9

Please sign in to comment.