From 73782cc23354d8806a11d4339039d4bee6941fba Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sat, 6 Jan 2024 19:02:15 +0200 Subject: [PATCH] Remove duplicated source title in history --- frontend/src/Store/Actions/historyActions.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/src/Store/Actions/historyActions.js b/frontend/src/Store/Actions/historyActions.js index b73312a2f..93389ea39 100644 --- a/frontend/src/Store/Actions/historyActions.js +++ b/frontend/src/Store/Actions/historyActions.js @@ -84,11 +84,6 @@ export const defaultState = { label: 'Source Title', isVisible: false }, - { - name: 'sourceTitle', - label: 'Source Title', - isVisible: false - }, { name: 'customFormatScore', columnLabel: 'Custom Format Score',