Skip to content

Commit

Permalink
Fix lint error.
Browse files Browse the repository at this point in the history
  • Loading branch information
metroid-samus committed Jan 23, 2025
1 parent 629ee1e commit cf4f9fb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ export default {
if (w.config.series[seriesIndex].data[i].items.length > 0) {
if (w.config.series[seriesIndex].data[i].items[0].incident_severity.color) {
return w.config.series[seriesIndex].data[i].items[0].incident_severity.color
} }
}
}
}
return "#008FFB"
},
Expand Down

0 comments on commit cf4f9fb

Please sign in to comment.