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