Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Feb 6, 2024
1 parent 07de2cb commit eb35abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/p_assign.php
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ private function print_pc_assignment($pc, $acs) {
if ($rrow) {
echo review_type_icon($crevtype, $rrow->icon_classes("ml-2")), $rrow->round_h();
} else {
echo review_type_icon($crevrype);
echo review_type_icon($crevtype);
}
}
if ($revtype >= 0) {
Expand Down

0 comments on commit eb35abb

Please sign in to comment.