Skip to content

Commit

Permalink
Merge pull request #6852 from cwillisf/fix-telemetry-dialog-selection
Browse files Browse the repository at this point in the history
fix telemetry dialog receiving updates
  • Loading branch information
cwillisf committed Aug 2, 2021
2 parents 16a9417 + f0dbfad commit 65ba9e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/app-state-hoc.jsx
Expand Up @@ -97,7 +97,6 @@ const AppStateHOC = function (WrappedComponent, localesOnly) {
const {
isFullScreen, // eslint-disable-line no-unused-vars
isPlayerOnly, // eslint-disable-line no-unused-vars
isTelemetryEnabled, // eslint-disable-line no-unused-vars
showTelemetryModal, // eslint-disable-line no-unused-vars
...componentProps
} = this.props;
Expand Down

0 comments on commit 65ba9e3

Please sign in to comment.