mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove unused
This commit is contained in:
parent
3bb72629af
commit
8da027aaa1
1 changed files with 0 additions and 2 deletions
|
|
@ -400,8 +400,6 @@ function GenericTableCard(props: GenericTableCardProps & { isLastChild?: boolean
|
|||
onEditPress,
|
||||
resetState,
|
||||
} = props
|
||||
const colorObject =
|
||||
labelColorObjects[label?.color || ''] || labelColorObjects['custom color']
|
||||
const showInput =
|
||||
editingLabelId === label?.id || (isCreateMode && !label)
|
||||
const labelColor = editingLabelId === label?.id ? labelColorHex.value : label?.color
|
||||
|
|
|
|||
Loading…
Reference in a new issue