maybe change form?
This commit is contained in:
parent
8a9ba42c8d
commit
c6650196b8
@ -231,7 +231,7 @@ class Main extends Component {
|
|||||||
<td>{racer.date_of_birth}</td>
|
<td>{racer.date_of_birth}</td>
|
||||||
<td>{racer.phone}</td>
|
<td>{racer.phone}</td>
|
||||||
<td>{racer.paid?"Zaplatil":"Nezaplatil"}</td>
|
<td>{racer.paid?"Zaplatil":"Nezaplatil"}</td>
|
||||||
<td><button type="button" class="btn btn-light" onClick={(e) => {this.editRacer(racer.invoice_id)}}>Změnit</button></td>
|
<td><button type="button" class="btn btn-light" onClick={(e) => {this.editRacer(racer)}}>Změnit</button></td>
|
||||||
</tr>)}
|
</tr>)}
|
||||||
|
|
||||||
</tbody>
|
</tbody>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user