Remove unneeded linting changes
This commit is contained in:
@ -47,7 +47,6 @@ export const labelColorObjects: LabelColorObjects = {
|
||||
|
||||
export const randomLabelColorHex = () => {
|
||||
const colorHexes = Object.keys(labelColorObjects).slice(0, -1)
|
||||
const randomColorHex =
|
||||
colorHexes[Math.floor(Math.random() * colorHexes.length)]
|
||||
const randomColorHex = colorHexes[Math.floor(Math.random() * colorHexes.length)]
|
||||
return randomColorHex
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user