diff --git a/app/components/stats/OverallTable.js b/app/components/stats/OverallTable.js index 1003615b5..ce4d4522f 100644 --- a/app/components/stats/OverallTable.js +++ b/app/components/stats/OverallTable.js @@ -296,9 +296,9 @@ export default class OverallTable extends Component { this.renderOpeningField('Counter Hits', 'counterHitRatio'), this.renderOpeningField('Beneficial Trades', 'beneficialTradeRatio'), this.renderMultiStatField( - 'Actions (Wavedash / Waveland / Dash Dance)', + 'Actions (Wavedash / Waveland / Dash Dance / Ledgegrab)', ['actionCounts'], - ['wavedashCount', 'wavelandCount', 'dashDanceCount'] + ['wavedashCount', 'wavelandCount', 'dashDanceCount', 'ledgegrabCount'] ), ]; } @@ -311,6 +311,7 @@ export default class OverallTable extends Component { , this.renderHigherSimpleRatioField('Inputs / Minute', 'inputsPerMinute'), + this.renderHigherSimpleRatioField('Digital Inputs / Minute', 'digitalInputsPerMinute'), ]; }