Allow profile creation step to display when profile is already created

This commit is contained in:
MartinBraquet
2026-02-17 20:05:57 +01:00
parent 494e62720d
commit 0af6b9aff5

View File

@@ -101,7 +101,7 @@ export const RequiredProfileUserForm = (props: {
{t('profile.basics.subtitle', 'Write your own bio, your own way.')}
</div>}
<Col className={'gap-8 pb-[env(safe-area-inset-bottom)] w-fit'}>
{step === 0 && <Col>
{(step === 0 || profileCreatedAlready) && <Col>
<label className={clsx(labelClassName)}>
{t('profile.basics.display_name', 'Display name')}
</label>