mirror of
https://github.com/wassname/talk.git
synced 2026-07-01 23:34:14 +08:00
Fix typo
This commit is contained in:
@@ -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
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user