Merge branch 'account-container-fix' into 'main'

Improve pending/scheduled statuses styles

See merge request soapbox-pub/soapbox!2977
environments/review-main-yi2y9f/deployments/4518
marcin mikołajczak 6 months ago
commit 06c6bbf39f

@ -12,7 +12,7 @@ const AccountContainer: React.FC<IAccountContainer> = ({ id, withRelationship, .
const { account } = useAccount(id, { withRelationship });
return (
<Account account={account!} {...props} />
<Account account={account!} withRelationship={withRelationship} {...props} />
);
};

Loading…
Cancel
Save