Skip to content

Commit

Permalink
fix: owner_name
Browse files Browse the repository at this point in the history
  • Loading branch information
monicaimendes committed Aug 19, 2022
1 parent 82a6d57 commit ba1b850
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
package-lock.json
package.json
package.json
yarn.lock
2 changes: 1 addition & 1 deletion js/reservas-evento.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const reservationList = async () => {
<tr>
<th scope="row">${reservations.indexOf(item) + 1}</th>
<td>${item['event'].scheduled}<td>
<td>${item['event'].name}</td>
<td>${item.owner_name}</td>
<td>${item.owner_email}</td>
<td>${item.number_tickets}</td>
</tr>
Expand Down

0 comments on commit ba1b850

Please sign in to comment.