diff --git a/client/src/components/categorical/value.js b/client/src/components/categorical/value.js index afcb4455..60b07e19 100644 --- a/client/src/components/categorical/value.js +++ b/client/src/components/categorical/value.js @@ -478,16 +478,19 @@ class CategoryValue extends React.Component { data-testclass="handleDeleteValue" data-testid={`handleDeleteValue-${metadataField}`} onClick={this.handleDeleteValue} - text={`Delete this label, and reassign all cells to type '${ - globals.unassignedCategoryLabel - }'`} + text={`Delete this label, and reassign all cells to type '${globals.unassignedCategoryLabel}'`} /> ) : null} } >