remove save button from user settings
This commit is contained in:
@@ -68,9 +68,9 @@ export default function PersonalDataSettings() {
|
||||
defaultValue={userData?.email}
|
||||
disabled={true}
|
||||
/>
|
||||
<small>
|
||||
{/* <small>
|
||||
{t('email-cant-change')}
|
||||
</small>
|
||||
</small> */}
|
||||
</div>
|
||||
<div className="form-group">
|
||||
<label className="form-label">
|
||||
@@ -94,9 +94,9 @@ export default function PersonalDataSettings() {
|
||||
/>
|
||||
|
||||
</div>
|
||||
<button type="submit" className="btn btn-primary">
|
||||
{/* <button type="submit" className="btn btn-primary">
|
||||
{t('save-changes')}
|
||||
</button>
|
||||
</button> */}
|
||||
</form>
|
||||
</div >
|
||||
</div >
|
||||
|
||||
Reference in New Issue
Block a user