Skip to content

Commit

Permalink
fix prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed Aug 31, 2024
1 parent 249a9f9 commit 2e86af6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion report-viewer/src/components/ComparisonsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,8 @@ const darkmodeAlpha = 0.6
if (props.clusters != undefined) {
clusterIconHues = generateHues(props.clusters.length)
}
const clusterIconColors = computed(() => clusterIconHues.map((h) => {
const clusterIconColors = computed(() =>
clusterIconHues.map((h) => {
return `hsla(${h}, ${
store().uiState.useDarkMode ? darkmodeSaturation : lightmodeSaturation
}%, ${
Expand Down

0 comments on commit 2e86af6

Please sign in to comment.