Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-dietrich authored Mar 14, 2024
1 parent 505cdbb commit c61ef99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h3>Live Users</h3>
<template x-for="user in edrys.liveClass.users">
<details>
<summary>
<em x-show="user.name.startsWith('Station')">Station:</em>
<em x-show="user.role == 'station'">Station:</em>
<em x-show="user.role == 'teacher'">Teacher:</em>
<em x-show="user.role == 'student'">Student:</em>
<span x-text="user.displayName"></span>
Expand Down

0 comments on commit c61ef99

Please sign in to comment.