about summary refs log tree commit diff
path: root/app/javascript/mastodon/components/status_list.js
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-05-29 02:01:04 +0200
committerGitHub <noreply@github.com>2018-05-29 02:01:04 +0200
commit90b64c006998ec3bae365007781c61e8a79eeeef (patch)
treec5e607f39b483779140802a729a3356077b8b59b /app/javascript/mastodon/components/status_list.js
parente599d7caf2642c7143616e8402b7d730d32c349d (diff)
Always display tab navigation on local/federated timeline even when empty (#7663)
Fix #7659
Diffstat (limited to 'app/javascript/mastodon/components/status_list.js')
-rw-r--r--app/javascript/mastodon/components/status_list.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/mastodon/components/status_list.js b/app/javascript/mastodon/components/status_list.js
index 0c971ceb0..1c34d0640 100644
--- a/app/javascript/mastodon/components/status_list.js
+++ b/app/javascript/mastodon/components/status_list.js
@@ -24,6 +24,7 @@ export default class StatusList extends ImmutablePureComponent {
     hasMore: PropTypes.bool,
     prepend: PropTypes.node,
     emptyMessage: PropTypes.node,
+    alwaysPrepend: PropTypes.bool,
   };
 
   static defaultProps = {