Skip to content

Commit 858ca76

Browse files
authored
Merge pull request #7350 from brave/bsc-remove-qr-code
Hide QR code in Rewards Settings
2 parents ba5983c + d7e5a0e commit 858ca76

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/brave_rewards/resources/page/components/settingsPage.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import AdsBox from './adsBox'
1919
import ContributeBox from './contributeBox'
2020
import TipBox from './tipsBox'
2121
import MonthlyContributionBox from './monthlyContributionBox'
22-
import QRBox from './qrBox'
2322

2423
// Utils
2524
import * as rewardsActions from '../actions/rewards_actions'
@@ -295,7 +294,6 @@ class SettingsPage extends React.Component<Props, State> {
295294
onTOSClick={this.openTOS}
296295
onPrivacyClick={this.openPrivacyPolicy}
297296
/>
298-
<QRBox />
299297
<AdsBox />
300298
<ContributeBox />
301299
<MonthlyContributionBox />

0 commit comments

Comments
 (0)