diff --git a/src/sites/twitch-twilight/modules/video_chat/index.jsx b/src/sites/twitch-twilight/modules/video_chat/index.jsx index 1b0ed31b..c5349f50 100644 --- a/src/sites/twitch-twilight/modules/video_chat/index.jsx +++ b/src/sites/twitch-twilight/modules/video_chat/index.jsx @@ -4,7 +4,7 @@ // Video Chat Hooks // ============================================================================ -import {get, has} from 'utilities/object'; +import {get} from 'utilities/object'; import {print_duration} from 'utilities/time'; //import {ClickOutside} from 'utilities/dom'; import {formatBitsConfig} from '../chat'; @@ -183,23 +183,23 @@ export default class VideoChatHook extends Module { } } - render() { - //if ( ! t.VideoChatMenu._class ) - return null; - - /*return (
- -
);*/ - } + // render() { + // //if ( ! t.VideoChatMenu._class ) + // return null; + // + // /*return (
+ // + //
);*/ + // } } this.VideoChatLine.ready(cls => {