Compare commits
No commits in common. "4aee2cba873916363bfeb21db8eab82fd010fdd9" and "aebe137662e1e465b3e61023a74dade0aadcb4a2" have entirely different histories.
4aee2cba87
...
aebe137662
@ -97,8 +97,10 @@
|
||||
<td>{wk.workout_type}</td>
|
||||
<td>{wk.duration_minutes}</td>
|
||||
<td>
|
||||
<button type="button" onclick={() => deleteRow(i)}
|
||||
><Trash2 color="red" /></button
|
||||
<button
|
||||
type="button"
|
||||
ontouchstart={() => deleteRow(i)}
|
||||
onclick={() => deleteRow(i)}><Trash2 color="red" /></button
|
||||
>
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user