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:
parent
92eaf0045f
commit
4e11e3ee0d
@ -69,6 +69,7 @@ const StyledNavLink = styled(NavLink)`
|
||||
class TopNavigationAccount extends React.PureComponent<Props> {
|
||||
wrapperRefCallback = (element: ?HTMLElement) => {
|
||||
this.wrapper = element;
|
||||
this.forceUpdate();
|
||||
}
|
||||
|
||||
wrapper: ?HTMLElement;
|
||||
|
Loading…
Reference in New Issue
Block a user