Skip to content

Commit b3e909b

Browse files
committed
fixed task grade view
1 parent 3267ef5 commit b3e909b

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

src/Screens/TaskView/InstructorDetail/InstructorDetail.tsx

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,8 @@ function InstructorDetail({
6363
<Form.Label className="text-left w-100">Score:</Form.Label>
6464
<Col>
6565
<Form.Row>
66-
<Col>
67-
<Form.Control
68-
as="input"
69-
type="number"
70-
value={values.pointsAwarded}
71-
bsCustomPrefix="d-inline"
72-
id="pointsAwarded"
73-
onChange={handleChange}
74-
onBlur={handleBlur}
75-
/>
76-
</Col>
7766
<Col className="text-left">
78-
<Form.Text as="h4">{` / ${
67+
<Form.Text as="h4">{`${values.pointsAwarded} / ${
7968
taskSubmission.pointsPossible || 0
8069
}`}</Form.Text>
8170
</Col>

0 commit comments

Comments
 (0)