This commit is contained in:
Chi Vinh Le
2017-07-20 02:51:09 +07:00
parent ad4b03bfcd
commit d6adff288c
2 changed files with 2 additions and 2 deletions
@@ -21,7 +21,7 @@ const initialState = {
assetUrl: getQueryVariable('asset_url') || '',
commentId: getQueryVariable('comment_id') || '',
commentClassNames: [],
activeTab: process.env.TALK_DEFAULT_STEAM_TAB,
activeTab: process.env.TALK_DEFAULT_STREAM_TAB,
previousTab: '',
};
+1 -1
View File
@@ -110,7 +110,7 @@ const config = {
new webpack.EnvironmentPlugin({
'TALK_PLUGINS_JSON': '{}',
'TALK_THREADING_LEVEL': '3',
'TALK_DEFAULT_STEAM_TAB': 'all',
'TALK_DEFAULT_STREAM_TAB': 'all',
})
],
resolveLoader: {