Skip to content

Commit

Permalink
show workshop description text
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Feb 23, 2024
1 parent 3dbe50c commit 2aa3cee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/workshops/ssr.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ function WorkshopGroupTableComponent(
<th>#</th>
<th>Workshop</th>
<th>Timestamp</th>
<th>Description</th>
</tr>
{props.workshops.map((workshop, i) => (
<tr>
Expand All @@ -87,6 +88,7 @@ function WorkshopGroupTableComponent(
{workshop.timestamp}
</time>
</td>
<td>{workshop.description ?? "N/A"}</td>
</tr>
))}
</table>
Expand Down

0 comments on commit 2aa3cee

Please sign in to comment.