How to use the @build-tracker/comparator.CellType.GROUP function in @build-tracker/comparator

To help you get started, we’ve selected a few @build-tracker/comparator examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github paularmstrong / build-tracker / src / app / src / components / ComparisonTable / GroupRow.tsx View on Github external
const mapGroupCell = (cell: GCell | TCell | TDCell, i: number): React.ReactElement | void => {
    switch (cell.type) {
      case CellType.GROUP: {
        return (
          
        );
      }
      case CellType.TOTAL:
        return ;
      case CellType.TOTAL_DELTA:
        return ;