Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
t-aleksander committed Sep 2, 2024
1 parent 3f37a97 commit 94af2b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/pages/enrollment/EnrollmentPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export const EnrollmentPage = () => {
const currentStep = useEnrollmentStore((state) => state.step);
const stepsMax = useEnrollmentStore((state) => state.stepsMax);
const loading = useEnrollmentStore((state) => state.loading);
const settings = useEnrollmentStore((state) => state.enrollmentSettings);

const [setEnrollmentState, back, reset, nextSubject] = useEnrollmentStore(
(state) => [state.setState, state.perviousStep, state.reset, state.nextSubject],
Expand Down

0 comments on commit 94af2b6

Please sign in to comment.