Compare commits
2 Commits
aebe137662
...
4aee2cba87
Author | SHA1 | Date | |
---|---|---|---|
4aee2cba87 | |||
46724c11aa |
@ -97,10 +97,8 @@
|
||||
<td>{wk.workout_type}</td>
|
||||
<td>{wk.duration_minutes}</td>
|
||||
<td>
|
||||
<button
|
||||
type="button"
|
||||
ontouchstart={() => deleteRow(i)}
|
||||
onclick={() => deleteRow(i)}><Trash2 color="red" /></button
|
||||
<button type="button" onclick={() => deleteRow(i)}
|
||||
><Trash2 color="red" /></button
|
||||
>
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user