Skip to content

Commit

Permalink
how do i always get these super exciting relitigations???
Browse files Browse the repository at this point in the history
  • Loading branch information
hcientist committed Aug 8, 2024
1 parent 38a346a commit 07132a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion components/student/create/theoretical.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default function CreativityActivity() {

const onMerged = useCallback((mergedData) => {
totalScoreJSON.current = mergedData;
}
}, []);

function handleSubmit(i) {
return (data) => {
Expand Down
1 change: 0 additions & 1 deletion components/student/piecePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { useCallback } from 'react';
import { useRouter } from 'next/router';
import { Form, Nav, Spinner } from 'react-bootstrap';
import { useQuery } from 'react-query';
import { useCallback } from 'react';
import { getStudentAssignments } from '../../api';

function PiecePicker() {
Expand Down

0 comments on commit 07132a5

Please sign in to comment.