-
Notifications
You must be signed in to change notification settings - Fork 891
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes ntp blank page #5066
Fixes ntp blank page #5066
Conversation
c018239
to
4681204
Compare
@@ -40,15 +40,6 @@ export const generateContributionMonthly = (list: number[], rates: Record<string | |||
}) | |||
} | |||
|
|||
export const tipsTotal = (report: Rewards.BalanceReport) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not used
@@ -40,15 +40,6 @@ export const generateContributionMonthly = (list: number[], rates: Record<string | |||
}) | |||
} | |||
|
|||
export const tipsTotal = (report: Rewards.BalanceReport) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not used
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
++
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
++
Confirmed that NTP works well on my local. 👍
Resolves brave/brave-browser#8867
Submitter Checklist:
npm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
defined in brave/brave-browser#8867
Reviewer Checklist:
After-merge Checklist:
changes has landed on.