зеркало из https://github.com/mozilla/gecko-dev.git
Follow-up to bug 1142514 - make the pref name checks match the real pref name even though its spelt wrong. rs=mikedeboer over irc.
This commit is contained in:
Родитель
50d7b80d95
Коммит
e884167ff5
|
@ -392,7 +392,7 @@ loop.roomViews = (function(mozL10n) {
|
|||
|
||||
_shouldRenderContextView: function() {
|
||||
return !!(
|
||||
this.props.mozLoop.getLoopPref("contextInConversations.enabled") &&
|
||||
this.props.mozLoop.getLoopPref("contextInConverations.enabled") &&
|
||||
(this.state.roomContextUrls || this.state.roomDescription)
|
||||
);
|
||||
},
|
||||
|
|
|
@ -392,7 +392,7 @@ loop.roomViews = (function(mozL10n) {
|
|||
|
||||
_shouldRenderContextView: function() {
|
||||
return !!(
|
||||
this.props.mozLoop.getLoopPref("contextInConversations.enabled") &&
|
||||
this.props.mozLoop.getLoopPref("contextInConverations.enabled") &&
|
||||
(this.state.roomContextUrls || this.state.roomDescription)
|
||||
);
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче