Skip to content

Commit

Permalink
Add where and when
Browse files Browse the repository at this point in the history
  • Loading branch information
weiland committed Aug 15, 2023
1 parent dd95e01 commit 8cbb27c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Overview.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@
<!-- <td>Id</td> -->
<td>Name</td>
<td>Drink</td>
<td>When</td>
<td>Where</td>
<td>Note</td>
<td>Created</td>
<td>Cancelled</td>
Expand All @@ -105,6 +107,8 @@
></td
>
<td>{meeting.drink}</td>
<td>{meeting.when}</td>
<td>{meeting.where}</td>
<td>{meeting.extra}</td>
<td>{meeting.createdAt}</td>
<td>{meeting.cancelledAt}</td>
Expand Down

0 comments on commit 8cbb27c

Please sign in to comment.