mirror of
https://github.com/trezor/trezor-wallet
synced 2025-05-31 13:18:46 +00:00
quickfix: remove pathname from props in TopNavigationAccount component
This commit is contained in:
parent
6dfd941c44
commit
c6c3f54d9b
@ -5,7 +5,7 @@ import colors from 'config/colors';
|
|||||||
import React, { Component } from 'react';
|
import React, { Component } from 'react';
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
pathname: string;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type State = {
|
type State = {
|
||||||
@ -79,7 +79,7 @@ class Indicator extends Component<Props, State> {
|
|||||||
|
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<Wrapper style={this.state.style}>{ this.props.pathname }</Wrapper>
|
<Wrapper style={this.state.style} />
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user