Skip to content

Commit

Permalink
♻️ Fix settings.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
Osvaldo Vega committed Dec 20, 2018
1 parent 14dd837 commit 9708106
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/setting/setting.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ class Setting extends React.Component {
settingsUpdated({ autoLog: !settings.autoLog });
}

isShowTrackingEnable() {
const { location } = this.props;
const { pathname, search } = location;

return (pathname.includes('setting') && search.includes('?showTackingSwitch=true'));
}

render() {
const {
t, settings, settingsUpdated,
Expand Down

0 comments on commit 9708106

Please sign in to comment.