mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove unneeded linting changes
This commit is contained in:
parent
1ac5beef6c
commit
8c646ffccc
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue