Skip to content

Commit

Permalink
Merge pull request #1196 from UN-OCHA/berliner/HPC-9891
Browse files Browse the repository at this point in the history
HPC-9891: Fix progress indicator in percent reached column for frontpage plan table
  • Loading branch information
berliner authored Nov 19, 2024
2 parents 7007aef + fffe8f1 commit 41f09c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ public function buildTableData($export = FALSE) {
'data' => $value_reached,
'data-raw-value' => $reached_percent,
'data-column-type' => 'percentage',
'data-progress-group' => 'people',
'data-progress-group' => 'coverage',
],
'requirements' => [
'data' => [
Expand Down

0 comments on commit 41f09c2

Please sign in to comment.