Skip to content

Commit

Permalink
Merge pull request #7032 from brave/bsc-1.16.x-qr-code
Browse files Browse the repository at this point in the history
Hide qr code (uplift to 1.16.x)
  • Loading branch information
kjozwiak authored Nov 3, 2020
2 parents 5225b66 + 8b26312 commit ca040e1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import AdsBox from './adsBox'
import ContributeBox from './contributeBox'
import TipBox from './tipsBox'
import MonthlyContributionBox from './monthlyContributionBox'
import QRBox from './qrBox'

// Utils
import * as rewardsActions from '../actions/rewards_actions'
Expand Down Expand Up @@ -313,7 +312,6 @@ class SettingsPage extends React.Component<Props, State> {
? <DisabledBox />
: null
}
<QRBox />
<AdsBox />
<ContributeBox />
<MonthlyContributionBox />
Expand Down

0 comments on commit ca040e1

Please sign in to comment.