diff --git a/apps/admin-x-activitypub/package.json b/apps/admin-x-activitypub/package.json index c8b0ce8391..b287246df9 100644 --- a/apps/admin-x-activitypub/package.json +++ b/apps/admin-x-activitypub/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/admin-x-activitypub", - "version": "0.3.48", + "version": "0.3.49", "license": "MIT", "repository": { "type": "git", diff --git a/apps/admin-x-activitypub/src/components/modals/ViewProfileModal.tsx b/apps/admin-x-activitypub/src/components/modals/ViewProfileModal.tsx index 22d4314e46..1b054cb27f 100644 --- a/apps/admin-x-activitypub/src/components/modals/ViewProfileModal.tsx +++ b/apps/admin-x-activitypub/src/components/modals/ViewProfileModal.tsx @@ -274,7 +274,7 @@ const ViewProfileModal: React.FC = ({ if (contentRef.current) { setIsOverflowing(contentRef.current.scrollHeight > 160); // Compare content height to max height } - }, [isExpanded]); + }, [isExpanded, profile]); return ( = ({
)} {isOverflowing &&