-
Notifications
You must be signed in to change notification settings - Fork 905
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
Upgrading brave-ui -> 0.34.6 #979
Conversation
@@ -304,7 +304,7 @@ export class Panel extends React.Component<Props, State> { | |||
platform={publisher.provider as Provider} | |||
publisherName={publisher.name} | |||
publisherImg={faviconUrl} | |||
monthlyAmount={10} | |||
monthlyAmount={'10.0'} |
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.
This is changed here to a string float to accommodate an update in brave-ui to monthlyAmount
type.
Currently nothing is done with monthlyAmount
but will work as of: #957
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.
Upgrading brave-ui -> 0.34.6
Submitter Checklist:
Fixes: brave/brave-browser#2277
Contains the following updates:
Fixes console error concerning use of
fill-rule
Fixes missing data-test-id from welcome page opt-in button
It should be verified that browser tests are passing with this PR
npm test brave_unit_tests && npm test brave_browser_tests
) ongit rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
rm -rf node_modules && npm i
Yes, I'm in!
buttondata-test-id='optInAction'
Automated test plan
npm run test brave_browser_tests
Reviewer Checklist: