Reformat code

This commit is contained in:
Lorenz Padberg 2024-03-27 12:52:39 +01:00
parent e8d7402349
commit 2b3d0c6ebd
1 changed files with 3 additions and 15 deletions

View File

@ -115,18 +115,6 @@ graphql(`
}
`);
const assignmentFragment = graphql(`
fragment AssignmentParts on AssignmentNode {
id
title
assignment
solution
submission {
...SubmissionParts
}
}
`);
const { me } = getMe();
const { result, onResult } = useQuery(