Remove unused
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user