Skip to content

Commit

Permalink
Merge pull request #23 from xeptagondev/undp-compass-192
Browse files Browse the repository at this point in the history
add hr score file
  • Loading branch information
janithr1 authored Apr 11, 2024
2 parents 4b11e4f + 3fb28ad commit dd4e68c
Show file tree
Hide file tree
Showing 2 changed files with 1,781 additions and 183 deletions.
2 changes: 1 addition & 1 deletion ui/components/digital-right-score-ring.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const DigitalRightScoreRing = ({
: 0;
return acc + missingPillars;
}, 0);
const numberOfPillars = pillars.length - numberOfMissingPillars;
const numberOfPillars = pillars.length;
// don't let filled subpillars get too large, it looks wonky
// const emptySubpillarRatio =
// numberOfMissingPillars / numberOfSubpillars > 0.5 ? 0.8 : 0.3;
Expand Down
Loading

0 comments on commit dd4e68c

Please sign in to comment.