Skip to content

Commit

Permalink
Wrong variable
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaserlang committed Jun 7, 2024
1 parent ce286ef commit 37a95b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tbot/web/ui/twitch/logviewer/user_akas.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ export default function({ channelId, user }) {
<table className="table table-dark table-sm table-hover">
<tbody>
{data.map(s => (
<tr key={s.stream_id}>
<tr key={s.user}>
<td
className="fit-content"
>
{data['user']}
{s.user}
</td>
</tr>
))}
Expand Down

0 comments on commit 37a95b4

Please sign in to comment.