diff --git a/peer-review/editorial-dashboard.qmd b/peer-review/editorial-dashboard.qmd index e5f7298..a19f158 100644 --- a/peer-review/editorial-dashboard.qmd +++ b/peer-review/editorial-dashboard.qmd @@ -139,7 +139,7 @@ available_editors = available_editors[["editor", "review count", "Domain_areas", dict( icon = "box2-heart", color = "primary", - value = len(editor_data) + value = len(all_editor_activity) ) ```