Skip to content

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashBoora committed Apr 8, 2023
1 parent 9048746 commit 54663bd
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,7 @@ export default function transformProps(
const transformedData: GaugeDataItemOption[] = data.map(
(data_point, index) => {
const name = groupbyLabels
.map(
column =>
`${verboseMap[column] || column}: ${data_point[column]}`,
)
.map(column => `${verboseMap[column] || column}: ${data_point[column]}`)
.join(', ');
columnsLabelMap.set(
name,
Expand Down

0 comments on commit 54663bd

Please sign in to comment.