diff --git a/app/javascript/flavours/glitch/features/account_timeline/index.jsx b/app/javascript/flavours/glitch/features/account_timeline/index.jsx index 871926a7ef..554e266075 100644 --- a/app/javascript/flavours/glitch/features/account_timeline/index.jsx +++ b/app/javascript/flavours/glitch/features/account_timeline/index.jsx @@ -138,7 +138,7 @@ class AccountTimeline extends ImmutablePureComponent { }; render () { - const { accountId, statusIds, isLoading, hasMore, suspended, isAccount, hidden, multiColumn, remote, remoteUrl } = this.props; + const { accountId, statusIds, isLoading, hasMore, suspended, isAccount, hidden, multiColumn, remote, remoteUrl, params: { tagged } } = this.props; if (isLoading && statusIds.isEmpty()) { return ( @@ -173,8 +173,8 @@ class AccountTimeline extends ImmutablePureComponent { - - {!forceEmptyState && } + + {!forceEmptyState && } } alwaysPrepend