From 1190780d79f00630a9e45295968fd5fab58e7e9d Mon Sep 17 00:00:00 2001 From: Echo Date: Tue, 10 Jun 2025 15:28:41 +0200 Subject: [PATCH] [Glitch] Ensure featured carousel respects tags Port c543e823ab55d7df6c92434981509d50038aa7fb to glitch-soc Signed-off-by: Claire --- .../flavours/glitch/features/account_timeline/index.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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