{getLabel(correlations, correlation)}
|
{getCorrelationDelta(correlation)
? getCorrelationDelta(correlation)?.toFixed(2)
: ''}
|
{correlation.atomType !== 'H' ? (
val !== ''}
/>
) : (
{correlation.equivalence}
)}
|
{correlation.atomType !== 'H' ? (
onSaveEditNumericValuesHandler(e, 'protonsCount')}
validate={(val) => val !== ''}
/>
) : (
''
)}
|
{correlation.atomType !== 'H' ? (
`sp${hybrid}`)
.join(',')}
style={correlation.edited.hybridization ? { color: 'blue' } : {}}
onSave={(e) => onSaveEditNumericValuesHandler(e, 'hybridization')}
validate={(val) => val !== ''}
/>
) : (
''
)}
|
{additionalColumnFields}
);
}
export default CorrelationTableRow;