From 581fb2cb3d47d62fe16b840081647056ec77043d Mon Sep 17 00:00:00 2001 From: Stevie Robinson Date: Thu, 24 Mar 2022 21:49:37 +0100 Subject: [PATCH] New: Add optional Source Title column to history --- frontend/src/Activity/History/HistoryRow.js | 10 ++++++++++ frontend/src/Store/Actions/historyActions.js | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/frontend/src/Activity/History/HistoryRow.js b/frontend/src/Activity/History/HistoryRow.js index 7b892be6a..620f87997 100644 --- a/frontend/src/Activity/History/HistoryRow.js +++ b/frontend/src/Activity/History/HistoryRow.js @@ -217,6 +217,16 @@ class HistoryRow extends Component { ); } + if (name === 'sourceTitle') { + return ( + + {sourceTitle} + + ); + } + if (name === 'details') { return (