diff --git a/ui/src/features/configurationColumn.js b/ui/src/features/configurationColumn.js
index 087ffa91c..e91c9e5f4 100644
--- a/ui/src/features/configurationColumn.js
+++ b/ui/src/features/configurationColumn.js
@@ -121,7 +121,8 @@ export const getColumns = ({columnsNames, sortHeader = '', onSort, onReportView,
DSL not supported
}
- dataId={`tooltipKey`}
+ dataId={
+ `tooltipKey`}
place='top'
offset={{top: 1}}
>
@@ -309,7 +310,7 @@ export const getColumns = ({columnsNames, sortHeader = '', onSort, onReportView,
Notes
),
- accessor: data => ,
+ accessor: data => ,
},
{
id: 'score',
@@ -524,7 +525,6 @@ const CompareCheckbox = ({data, onReportSelected, selectedReports}) => {
)
}
-
const Notes = ({data, onEditNote}) => {
const {report_id, test_id} = data;
const notes = data.notes || '';
@@ -546,7 +546,7 @@ const Notes = ({data, onEditNote}) => {
}
}
- return (
+ return(
{
}
{!editMode &&
- onEditNote && setEditMode(true)}
- style={onEditNote && {cursor: 'pointer', width: '100%', height: '100%'}}>{editValue}
+ onEditNote && setEditMode(true)}
+ style={onEditNote && {cursor: 'pointer', width: '100%', height: '100%'}}>{editValue}
}