fix(swagger): enable in production
All checks were successful
Deploy Production Server / if_merged (pull_request) Successful in 6m15s
All checks were successful
Deploy Production Server / if_merged (pull_request) Successful in 6m15s
This commit is contained in:
@@ -389,7 +389,7 @@ function MemberSimilar({member, current, setCurrent, mode, index, setEmail}) {
|
||||
className={"list-group-item list-group-item-action" + (current === index ? " active" : "")}
|
||||
onClick={() => setCurrent(index)} disabled={mode !== 1}>
|
||||
{m.lname} {m.fname}<br/>
|
||||
<small>{m.club.name}</small>
|
||||
<small>{m.club ? m.club.name : "Sans club"}</small>
|
||||
</button>
|
||||
})}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user