diff --git a/src/views/Wallet/components/TopNavigationAccount/index.js b/src/views/Wallet/components/TopNavigationAccount/index.js index a320ebcc..192c1164 100644 --- a/src/views/Wallet/components/TopNavigationAccount/index.js +++ b/src/views/Wallet/components/TopNavigationAccount/index.js @@ -14,7 +14,7 @@ type Props = { router: $ElementType, selectedAccount: $ElementType, }; -type StateProps = { +type LocalState = { wrapper: ?HTMLElement, }; @@ -69,7 +69,7 @@ const StyledNavLink = styled(NavLink)` } `; -class TopNavigationAccount extends React.PureComponent { +class TopNavigationAccount extends React.PureComponent { constructor(props) { super(props); this.state = {