diff --git a/frontend/src/InteractiveSearch/InteractiveSearchContent.js b/frontend/src/InteractiveSearch/InteractiveSearchContent.js index d1f34e925..a4544514d 100644 --- a/frontend/src/InteractiveSearch/InteractiveSearchContent.js +++ b/frontend/src/InteractiveSearch/InteractiveSearchContent.js @@ -33,7 +33,6 @@ const columns = [ }, { name: 'rejections', - columnLabel: () => translate('Rejections'), label: React.createElement(Icon, { name: icons.DANGER, title: () => translate('Rejections') @@ -93,7 +92,6 @@ const columns = [ }, { name: 'customFormatScore', - columnLabel: () => translate('CustomFormatScore'), label: React.createElement(Icon, { name: icons.SCORE, title: () => translate('CustomFormatScore') @@ -103,7 +101,6 @@ const columns = [ }, { name: 'indexerFlags', - columnLabel: () => translate('IndexerFlags'), label: React.createElement(Icon, { name: icons.FLAG, title: () => translate('IndexerFlags')