Skip to content

Commit 1f13abc

Browse files
rogerb121lwasser
andauthored
Update editorial-dashboard.qmd to fix editor count mismatch (#129)
* Update editorial-dashboard.qmd to fix editor count mismatch File : metrics -> peer-review -> editorial-dashboard.qmd Change value = len(editor_data) to value = len(all_editor_activity) at line.no : 142 This aligns all three metrics to the same base and resolves the mismatch. As stated by: Vamsi-aki * Update peer-review/editorial-dashboard.qmd --------- Co-authored-by: Leah Wasser <[email protected]>
1 parent 2ba9ce0 commit 1f13abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peer-review/editorial-dashboard.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ available_editors = available_editors[["editor", "review count", "Domain_areas",
139139
dict(
140140
icon = "box2-heart",
141141
color = "primary",
142-
value = len(editor_data)
142+
value = len(all_editors_df)
143143
)
144144
```
145145

0 commit comments

Comments
 (0)