1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Remove unused className prop (#7800)

This prop is not checked by the component it's passed into, and that
class doesn't correspond to any style rules.
This commit is contained in:
Mark Stacey 2020-01-10 10:43:44 -04:00 committed by GitHub
parent f20e028cde
commit 61ab053bb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,6 @@ export default class MenuBar extends PureComponent {
{
accountDetailsMenuOpen && (
<AccountDetailsDropdown
className="menu-bar__account-details-dropdown"
onClose={() => this.setState({ accountDetailsMenuOpen: false })}
/>
)