Skip to content

Commit 8cde2af

Browse files
committed
Add TODO(#106)
1 parent f1826a9 commit 8cde2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/CurrentEvent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default class CurrentEvent implements UiComponent {
4848
new html.Markdown(`${this._event.description}`),
4949
{"class": "description markdown"}
5050
),
51-
// TODO: the preview twitch channel in CurrentEvent is hardcoded
51+
// TODO(#106): the preview twitch channel in CurrentEvent is hardcoded
5252
// It should be taken from this._event.channel
5353
new TwitchPlayer("tsoding")
5454
]),

0 commit comments

Comments
 (0)