We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a346a commit 07132a5Copy full SHA for 07132a5
components/student/create/theoretical.js
@@ -150,7 +150,7 @@ export default function CreativityActivity() {
150
151
const onMerged = useCallback((mergedData) => {
152
totalScoreJSON.current = mergedData;
153
- }
+ }, []);
154
155
function handleSubmit(i) {
156
return (data) => {
components/student/piecePicker.js
@@ -2,7 +2,6 @@ import { useCallback } from 'react';
2
import { useRouter } from 'next/router';
3
import { Form, Nav, Spinner } from 'react-bootstrap';
4
import { useQuery } from 'react-query';
5
-import { useCallback } from 'react';
6
import { getStudentAssignments } from '../../api';
7
8
function PiecePicker() {
0 commit comments