Skip to content

Commit

Permalink
add Digital Inputs / Minute
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana committed Nov 26, 2020
1 parent 8310125 commit 5323bee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/stats/OverallTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ export default class OverallTable extends Component {
</Table.Cell>
</Table.Row>,
this.renderHigherSimpleRatioField('Inputs / Minute', 'inputsPerMinute'),
this.renderHigherSimpleRatioField('Digital Inputs / Minute', 'digitalInputsPerMinute'),
];
}

Expand Down

0 comments on commit 5323bee

Please sign in to comment.