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 6afc1b8 commit dea4f76Copy full SHA for dea4f76
source/views/sis/student-work/detail.ios.js
@@ -46,7 +46,7 @@ function Information({job}: {job: JobType}) {
46
/>
47
) : null
48
49
- const ending = job.hoursPerWeek == 'Full-time' ? '' : ' hrs/week'
+ const ending = job.hoursPerWeek === 'Full-time' ? '' : ' hrs/week'
50
const hours = job.hoursPerWeek ? (
51
<Cell
52
cellStyle="LeftDetail"
0 commit comments