Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dnouv committed Sep 10, 2024
1 parent 5d6f5ef commit cfdd43c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const EventSession = ({ session, toOpen, setToOpen }) => {
</tr>
<tr>
<Collapse in={toOpen[sess.id]}>
<td colSpan="12">{`Descsription: ${sess.attributes.Description}`}</td>
<td colSpan="12">{`Description: ${sess.attributes.Description}`}</td>
</Collapse>
</tr>
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion open-event-server/seed/speakers.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
},
{
"id": 9,
"name": "Yuriko",
"name": "Yuriko Kikuchi",
"email": "[email protected]",
"mobile": null,
"photo_url": "https://open.rocket.chat/avatar/yuriko.kikuchi",
Expand Down

0 comments on commit cfdd43c

Please sign in to comment.