Commit d548b74
authored
fix(review): correct the per-project fairness-flags tile's row-count label (#7716)
"Contributor fairness flags" delta said "N contributor(s) evaluated", but
contributorGateEval.rows is one row per (login, project) -- a login active
on two repos contributes two rows, so the old wording overstated the number
of distinct contributors. The new "Global contributor fairness flags" tile
already has an accurate per-login count for that.1 parent a964eaf commit d548b74
2 files changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
277 | 280 | | |
278 | 281 | | |
279 | 282 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
218 | 220 | | |
219 | 221 | | |
220 | 222 | | |
| |||
0 commit comments