Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
aehanno committed Feb 13, 2023
1 parent 6ecc73d commit afb2301
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,6 @@ export class TableRenderer extends React.Component {
i += colSpan;
}

const constAggregatorName = `${this.props.aggregatorName}`;

const totalCell =
attrIdx === 0 && rowTotals ? (
<th
Expand Down Expand Up @@ -503,8 +501,6 @@ export class TableRenderer extends React.Component {
// Render just the attribute names of the rows (the actual attribute values
// will show up in the individual rows).

const constAggregatorName = `${this.props.aggregatorName}`;

const {
rowAttrs,
colAttrs,
Expand Down Expand Up @@ -758,8 +754,6 @@ export class TableRenderer extends React.Component {
grandTotalCallback,
} = pivotSettings;

const constAggregatorName = `${this.props.aggregatorName}`;

const totalLabelCell = (
<th
key="label"
Expand Down

0 comments on commit afb2301

Please sign in to comment.