1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-07 14:50:52 +00:00

fix missing indicator on account change

This commit is contained in:
slowbackspace 2019-02-19 15:49:17 +01:00
parent 92eaf0045f
commit 4e11e3ee0d

View File

@ -69,6 +69,7 @@ const StyledNavLink = styled(NavLink)`
class TopNavigationAccount extends React.PureComponent<Props> {
wrapperRefCallback = (element: ?HTMLElement) => {
this.wrapper = element;
this.forceUpdate();
}
wrapper: ?HTMLElement;