diff --git a/frontend/src/Activity/History/HistoryRow.js b/frontend/src/Activity/History/HistoryRow.js index eeaa15e23..c86b9df1c 100644 --- a/frontend/src/Activity/History/HistoryRow.js +++ b/frontend/src/Activity/History/HistoryRow.js @@ -179,6 +179,16 @@ class HistoryRow extends Component { ); } + if (name === 'sourceTitle') { + return ( + + {sourceTitle} + + ); + } + if (name === 'details') { return (