diff --git a/src/components/structures/HomePage.tsx b/src/components/structures/HomePage.tsx index daa0e3b96916..a3aec945c138 100644 --- a/src/components/structures/HomePage.tsx +++ b/src/components/structures/HomePage.tsx @@ -101,7 +101,7 @@ const HomePage: React.FC = ({ justRegistered = false }) => { } let introSection; - if (justRegistered) { + if (justRegistered || !!OwnProfileStore.instance.getHttpAvatarUrl(AVATAR_SIZE)) { introSection = ; } else { const brandingConfig = SdkConfig.getObject("branding");