-
Notifications
You must be signed in to change notification settings - Fork 969
Conversation
01c2bf5
to
b57a646
Compare
Resolves brave#9446 Auditors: @bsclifton Test Plan:
b57a646
to
7cf3505
Compare
</CommonFormButtonWrapper> | ||
</CommonForm> | ||
</Dialog> | ||
} | ||
} | ||
|
||
LoginRequired.propTypes = { frameProps: PropTypes.object } | ||
module.exports = LoginRequired |
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.
nit: I prefer this at the end of a file
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.
In all components we have this like that, so I would leave it for now and we can move it in all components to the bottom in a different PR
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.
ok I'm not concerned either way, was just noting.
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 noticed it as well and was trying to re-move the change.
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.
@NejcZdovc please document the rule on the wiki page for refactoring work, thanks. CC @cezaraugusto
Submitter Checklist:
git rebase -i
to squash commits (if needed).Resolves #9446
Auditors: @bsclifton
Test Plan:
Reviewer Checklist:
Tests