diff --git a/frontend/src/History/HistoryRow.js b/frontend/src/History/HistoryRow.js index 8b59a1152..0ebe3deb4 100644 --- a/frontend/src/History/HistoryRow.js +++ b/frontend/src/History/HistoryRow.js @@ -247,6 +247,21 @@ class HistoryRow extends Component { ); } + if (name === 'grabTitle') { + return ( + + { + data.title ? + data.title : + null + } + + ); + } + if (name === 'categories') { return (