Correction affichage profil

This commit is contained in:
wpetit 2020-10-13 14:27:40 +02:00
parent 655ecd1a0f
commit d10ce7c7ad
1 changed files with 1 additions and 1 deletions

View File

@ -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>