Correction affichage profil
This commit is contained in:
parent
655ecd1a0f
commit
d10ce7c7ad
|
@ -24,7 +24,7 @@ export function ProfilePage() {
|
|||
<div className="column is-6 is-offset-3">
|
||||
<div className="box">
|
||||
<h2 className="is-size-2 subtitle">Mon profil</h2>
|
||||
<UserForm onChange={onUserChange} user={user} />
|
||||
{ !isLoading ? <UserForm onChange={onUserChange} user={user} /> : null }
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue