mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-19 15:27:16 -05:00
Allow profile creation step to display when profile is already created
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user