hive-react-kit 0.11.11 → 1.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,7 +8,7 @@ interface KERatioBadgeProps {
8
8
  * Small clickable badge showing an account's KE ratio. Opens a details modal
9
9
  * with the underlying numbers and a plain-language explanation of the metric.
10
10
  *
11
- * ke = (posting_rewards + curation_rewards) / effective_HP / 1000
11
+ * ke = (posting_rewards + curation_rewards in HP) / own_HP
12
12
  *
13
13
  * Meant to live inline next to other account meta (VP, HP) on the profile
14
14
  * header, so it inherits a similar visual treatment.