Skip to content

Commit dea4f76

Browse files
committed
add the third = to StudentWorkDetailIos
1 parent 6afc1b8 commit dea4f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/sis/student-work/detail.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function Information({job}: {job: JobType}) {
4646
/>
4747
) : null
4848

49-
const ending = job.hoursPerWeek == 'Full-time' ? '' : ' hrs/week'
49+
const ending = job.hoursPerWeek === 'Full-time' ? '' : ' hrs/week'
5050
const hours = job.hoursPerWeek ? (
5151
<Cell
5252
cellStyle="LeftDetail"

0 commit comments

Comments
 (0)