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:
Mark Banner 2015-04-21 15:40:01 +01:00
parent 50d7b80d95
commit e884167ff5
2 changed files with 2 additions and 2 deletions

View File

@ -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)
);
},

View File

@ -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)
);
},