diff --git a/app/javascript/mastodon/components/account_header/fields.tsx b/app/javascript/mastodon/components/account_header/fields.tsx index 5e052f5bfe..d03ce52c7f 100644 --- a/app/javascript/mastodon/components/account_header/fields.tsx +++ b/app/javascript/mastodon/components/account_header/fields.tsx @@ -317,9 +317,10 @@ function useColumnWrap() { if (element) { listRef.current = element; observer.observe(element); + handleRecalculate(); } }, - [observer], + [handleRecalculate, observer], ); return { wrapperRef: wrapperRefCallback };