Skip to content

Commit

Permalink
Fix colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Sep 5, 2021
1 parent 0f6eca0 commit 8414210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/report/normalize/stats/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const addStatColor = function ({

const statA = Array.isArray(stat)
? stat.map((singleStat) => addItemsColor({ stat: singleStat, name, stats }))
: addItemsColor({ stat })
: addItemsColor({ stat, name, stats })
return { ...combination, stats: { ...stats, [name]: statA } }
}

Expand Down

0 comments on commit 8414210

Please sign in to comment.