Skip to content

Commit 07132a5

Browse files
committed
how do i always get these super exciting relitigations???
1 parent 38a346a commit 07132a5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

components/student/create/theoretical.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export default function CreativityActivity() {
150150

151151
const onMerged = useCallback((mergedData) => {
152152
totalScoreJSON.current = mergedData;
153-
}
153+
}, []);
154154

155155
function handleSubmit(i) {
156156
return (data) => {

components/student/piecePicker.js

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { useCallback } from 'react';
22
import { useRouter } from 'next/router';
33
import { Form, Nav, Spinner } from 'react-bootstrap';
44
import { useQuery } from 'react-query';
5-
import { useCallback } from 'react';
65
import { getStudentAssignments } from '../../api';
76

87
function PiecePicker() {

0 commit comments

Comments
 (0)