File tree Expand file tree Collapse file tree 4 files changed +741
-711
lines changed
client/src/features/cohorts/components Expand file tree Collapse file tree 4 files changed +741
-711
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,7 @@ const CohortAccordion = ({ cohortInfo }: CohortAccordionProps) => {
5959 < TableCell sx = { headerStyle } width = { 100 } >
6060 Avg Score
6161 </ TableCell >
62- < TableCell sx = { headerStyle } width = { 50 } >
63- Strikes
64- </ TableCell >
65- < TableCell > </ TableCell >
62+ < TableCell />
6663 </ TableRow >
6764 </ TableHead >
6865 < TableBody >
@@ -90,7 +87,6 @@ const CohortAccordion = ({ cohortInfo }: CohortAccordionProps) => {
9087 < TableCell sx = { { color : getScoreColor ( trainee . averageTestScore ) } } >
9188 { trainee . averageTestScore !== null ? trainee . averageTestScore . toFixed ( 1 ) : '-' }
9289 </ TableCell >
93- < TableCell > { trainee . strikes } </ TableCell >
9490 < TableCell sx = { { whiteSpace : 'nowrap' } } onClick = { ( e ) => e . stopPropagation ( ) } >
9591 < div >
9692 { trainee . slackID && (
Original file line number Diff line number Diff line change @@ -995,8 +995,6 @@ paths:
995995 $ref : ' #/components/schemas/LearningStatus'
996996 jobPath :
997997 $ref : ' #/components/schemas/JobPath'
998- strikes :
999- type : number
1000998
1001999 /geo/cities :
10021000 get :
You can’t perform that action at this time.
0 commit comments