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