From bfbde1e31061a78b5ae4c30bc3d22ada413507d2 Mon Sep 17 00:00:00 2001 From: Qstick Date: Thu, 22 Apr 2021 22:50:21 -0400 Subject: [PATCH] Remove Successful column from history table (red icon shows same) --- frontend/src/History/HistoryRow.js | 11 ----------- frontend/src/Store/Actions/historyActions.js | 6 ------ 2 files changed, 17 deletions(-) diff --git a/frontend/src/History/HistoryRow.js b/frontend/src/History/HistoryRow.js index f1a431d6e..9f66e7194 100644 --- a/frontend/src/History/HistoryRow.js +++ b/frontend/src/History/HistoryRow.js @@ -265,17 +265,6 @@ class HistoryRow extends Component { ); } - if (name === 'successful') { - return ( - - {data.successful} - - ); - } - if (name === 'source') { return (