Remove id for table

This commit is contained in:
Andrew Scott 2022-06-04 23:20:51 -04:00
parent 77e1d5176c
commit a3ef77d503
Signed by: a
GPG key ID: 3EB62D0BBB8DB381

View file

@ -3,7 +3,7 @@ import Exercise from "./Exercise";
function ExerciseList({ exercises, onDelete, onEdit }) {
return (
<table id="exercises">
<table>
<thead>
<tr>
<th>Name</th>