diff --git a/app/javascript/mastodon/features/firehose/index.jsx b/app/javascript/mastodon/features/firehose/index.jsx index 4b6e0bb19bc..5b92b0b4319 100644 --- a/app/javascript/mastodon/features/firehose/index.jsx +++ b/app/javascript/mastodon/features/firehose/index.jsx @@ -182,7 +182,7 @@ const Firehose = ({ feedType, multiColumn }) => { return ( - {isRedesignEnabled ? ( + {isRedesignEnabled() ? (