Skip to content

Commit

Permalink
#1484 Placed data into correct columns (#1487)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookeswebdev authored Sep 13, 2021
1 parent 1744255 commit b90a823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Exercise/Stages/ReviewList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
</RouterLink>
</TableCell>
<TableCell :title="tableColumns[2].title">
{{ row.status | lookup }}
{{ row | candidateHasIssues }}
</TableCell>
<TableCell :title="tableColumns[3].title">
{{ row | candidateHasIssues }}
{{ row.status | lookup }}
</TableCell>
<TableCell :title="tableColumns[4].title">
{{ row.flags.empApplied | toYesNo }}
Expand Down

0 comments on commit b90a823

Please sign in to comment.