about summary refs log tree commit diff
path: root/app/javascript/mastodon/features/hashtag_timeline/index.js
diff options
context:
space:
mode:
authorunarist <m.unarist@gmail.com>2017-06-06 00:10:40 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-06-05 17:10:40 +0200
commit61fcdbbf7e2df3ad409857af682d2699fafa1928 (patch)
tree2e457894b5fe96df3b63f93defae5af08e1d024f /app/javascript/mastodon/features/hashtag_timeline/index.js
parent43af695ba149ee51aee84d14071c6e3970b68e87 (diff)
Add back button to hashtag timeline again (#3587)
Diffstat (limited to 'app/javascript/mastodon/features/hashtag_timeline/index.js')
-rw-r--r--app/javascript/mastodon/features/hashtag_timeline/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/mastodon/features/hashtag_timeline/index.js b/app/javascript/mastodon/features/hashtag_timeline/index.js
index da43e9403..f79b27c63 100644
--- a/app/javascript/mastodon/features/hashtag_timeline/index.js
+++ b/app/javascript/mastodon/features/hashtag_timeline/index.js
@@ -117,6 +117,7 @@ class HashtagTimeline extends React.PureComponent {
           onClick={this.handleHeaderClick}
           pinned={pinned}
           multiColumn={multiColumn}
+          showBackButton={true}
         />
 
         <StatusListContainer