fix(aff_req): no club membre fail loading
All checks were successful
Deploy Production Server / if_merged (pull_request) Successful in 6m17s
All checks were successful
Deploy Production Server / if_merged (pull_request) Successful in 6m17s
This commit is contained in:
parent
d613439a82
commit
dac1fd77c5
@ -364,7 +364,7 @@ function MemberLicence({member, mode, index, setEmail}) {
|
||||
onChange={event => setLicence(event.target.value)}/>
|
||||
</div>
|
||||
</div>
|
||||
{data && <span className="form-text">Nom: {data.lname} {data.fname}, Club: {data.club.name}</span>}
|
||||
{data && <span className="form-text">Nom: {data.lname} {data.fname}, Club: {data.club ? data.club.name : "Sans club"}</span>}
|
||||
</>
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user