-
Notifications
You must be signed in to change notification settings - Fork 136
Adds Add Funds button to the notification #482
Conversation
873329a
to
a269943
Compare
a269943
to
6ac10fa
Compare
654ae70
to
00beef4
Compare
@@ -170,7 +170,7 @@ export default class Profile extends React.PureComponent<Props, {}> { | |||
{ | |||
this.getUnverifiedInfo() | |||
} | |||
<StyledVerifiedCheckLink onClick={onRefreshPublisher}> | |||
<StyledVerifiedCheckLink onClick={onRefreshPublisher} data-test-id={'unverified-check-button'}> |
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.
Are you going to need this across the other instances or just the "clickable"
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.
it's just so that I can trigger a click
'tipsProcessed' | | ||
'error' | | ||
'pendingContribution' | | ||
'' |
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.
I know this is just alignment mod but do we need the ''
. The default
case already handles
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.
isn't default case right for this use case, when you have empty string as type can't be null
b443c06
to
8e50405
Compare
8e50405
to
b8d7ace
Compare
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.
LGTM
Needed in brave/brave-core#2512
Changes
Test plan
Link / storybook path to visual changes
Integration
Does this contain changes to src/components or src/
Does this contain changes to src/features for brave-core?