Remove unused

This commit is contained in:
Jackson Harper
2022-04-05 14:11:44 -07:00
parent 3bb72629af
commit 8da027aaa1

View File

@ -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