File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ function TaskView() {
15
15
const { taskId } = useParams < Record < string , string > > ( ) ;
16
16
const { username } = useParams < Record < string , string > > ( ) ;
17
17
18
- console . log ( taskId ) ;
19
- console . log ( username ) ;
20
-
21
18
const { data : taskSubmissionQuery } = useTaskSubmissionResultQuery ( {
22
19
variables : {
23
20
taskId,
@@ -29,9 +26,6 @@ function TaskView() {
29
26
variables : { taskId } ,
30
27
} ) ;
31
28
32
- console . log ( taskSubmissionQuery ) ;
33
- console . log ( taskByIdQuery ) ;
34
-
35
29
const maxPage : number =
36
30
taskByIdQuery === undefined || taskByIdQuery . task . pages === undefined
37
31
? 0
@@ -57,7 +51,7 @@ function TaskView() {
57
51
taskInformation = { taskByIdQuery }
58
52
page = { page }
59
53
taskSubmissionResult = { taskSubmissionQuery }
60
- studentId = "Google_114813486146105420824"
54
+ studentId = { username }
61
55
/>
62
56
</ div >
63
57
</ div >
You can’t perform that action at this time.
0 commit comments