Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
82dc60fff4
1 changed files with 2 additions and 0 deletions
|
@ -777,6 +777,8 @@ module.exports = React.createClass({
|
|||
},
|
||||
|
||||
_renderAnalyticsControl: function() {
|
||||
if (!SdkConfig.get().piwik) return <div/>;
|
||||
|
||||
return <div>
|
||||
<h3>{ _t('Analytics') }</h3>
|
||||
<div className="mx_UserSettings_section">
|
||||
|
|
Loading…
Reference in a new issue