Advertisement
Guest User

Untitled

a guest
Jul 12th, 2022
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const getSummaryRows = () => {
  2.   return {
  3.     capacity: _rowLength,
  4.     carryOver: _rowLength + 1,
  5.     capacityAllowingForCarry: _rowLength + 2,
  6.     totalOptionsAlloc: _rowLength + 3,
  7.     percentUnderOverOptioned: _rowLength + 4,
  8.     underOverOptioned: _rowLength + 5,
  9.   };
  10. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement