Compare commits

..

No commits in common. "4aee2cba873916363bfeb21db8eab82fd010fdd9" and "aebe137662e1e465b3e61023a74dade0aadcb4a2" have entirely different histories.

View File

@ -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>