From 0510fe09150347ca807510798ca5f8e892178a3f Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Thu, 18 Jul 2019 23:27:22 -0400 Subject: [PATCH] Added column back button to hashtag timeline component --- app/javascript/gabsocial/features/hashtag_timeline/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/javascript/gabsocial/features/hashtag_timeline/index.js b/app/javascript/gabsocial/features/hashtag_timeline/index.js index edca2c1d..f2cec7e4 100644 --- a/app/javascript/gabsocial/features/hashtag_timeline/index.js +++ b/app/javascript/gabsocial/features/hashtag_timeline/index.js @@ -8,6 +8,7 @@ import { expandHashtagTimeline, clearTimeline } from '../../actions/timelines'; import { FormattedMessage } from 'react-intl'; import { connectHashtagStream } from '../../actions/streaming'; import { isEqual } from 'lodash'; +import ColumnBackButton from '../../components/column_back_button'; const mapStateToProps = (state, props) => ({ hasUnread: state.getIn(['timelines', `hashtag:${props.params.id}`, 'unread']) > 0, @@ -107,6 +108,7 @@ class HashtagTimeline extends React.PureComponent { return ( +