Skip to content

Commit

Permalink
Uplift of #7413 (squashed) to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
brave-browser-releases committed Dec 17, 2020
1 parent dc9aac0 commit 7cf7e1b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ 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 @@ -294,6 +295,7 @@ class SettingsPage extends React.Component<Props, State> {
onTOSClick={this.openTOS}
onPrivacyClick={this.openPrivacyPolicy}
/>
<QRBox />
<AdsBox />
<ContributeBox />
<MonthlyContributionBox />
Expand Down

0 comments on commit 7cf7e1b

Please sign in to comment.