diff --git a/app/soapbox/pages/group-page.tsx b/app/soapbox/pages/group-page.tsx index e88441432..1803de51c 100644 --- a/app/soapbox/pages/group-page.tsx +++ b/app/soapbox/pages/group-page.tsx @@ -139,7 +139,7 @@ const GroupPage: React.FC = ({ params, children }) => { ); return items; - }, [features.groupsTags, pending.length]); + }, [features.groupsTags, pending.length, group?.slug]); const renderChildren = () => { if (isDeleted) { @@ -160,6 +160,7 @@ const GroupPage: React.FC = ({ params, children }) => {