hide about field
This commit is contained in:
parent
bf77a05531
commit
ad2dc2f146
|
@ -113,19 +113,19 @@ export const ProfileSettingsPage = (props: PageProps) => {
|
||||||
<label for="presentation">{t('Introduce')}</label>
|
<label for="presentation">{t('Introduce')}</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h4>{t('About myself')}</h4>
|
|
||||||
<div class="pretty-form__item">
|
|
||||||
<textarea
|
|
||||||
name="about"
|
|
||||||
id="about"
|
|
||||||
placeholder={t('About myself')}
|
|
||||||
value={form.about}
|
|
||||||
onChange={(event) => updateFormField('about', event.currentTarget.value)}
|
|
||||||
/>
|
|
||||||
<label for="about">{t('About myself')}</label>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{/*Нет реализации полей на бэке*/}
|
{/*Нет реализации полей на бэке*/}
|
||||||
|
{/*<h4>{t('About myself')}</h4>*/}
|
||||||
|
{/*<div class="pretty-form__item">*/}
|
||||||
|
{/* <textarea*/}
|
||||||
|
{/* name="about"*/}
|
||||||
|
{/* id="about"*/}
|
||||||
|
{/* placeholder={t('About myself')}*/}
|
||||||
|
{/* value={form.about}*/}
|
||||||
|
{/* onChange={(event) => updateFormField('about', event.currentTarget.value)}*/}
|
||||||
|
{/* />*/}
|
||||||
|
{/* <label for="about">{t('About myself')}</label>*/}
|
||||||
|
{/*</div>*/}
|
||||||
|
|
||||||
{/*<h4>{t('How can I help/skills')}</h4>*/}
|
{/*<h4>{t('How can I help/skills')}</h4>*/}
|
||||||
{/*<div class="pretty-form__item">*/}
|
{/*<div class="pretty-form__item">*/}
|
||||||
{/* <input type="text" name="skills" id="skills" />*/}
|
{/* <input type="text" name="skills" id="skills" />*/}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user