We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1826a9 commit 8cde2afCopy full SHA for 8cde2af
ts/CurrentEvent.ts
@@ -48,7 +48,7 @@ export default class CurrentEvent implements UiComponent {
48
new html.Markdown(`${this._event.description}`),
49
{"class": "description markdown"}
50
),
51
- // TODO: the preview twitch channel in CurrentEvent is hardcoded
+ // TODO(#106): the preview twitch channel in CurrentEvent is hardcoded
52
// It should be taken from this._event.channel
53
new TwitchPlayer("tsoding")
54
]),
0 commit comments