mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-17 19:31:04 +00:00
2.11.3 (#717)
* 2.11.3 * Fix lint * Update polkadot-dev-run-test * Adjust jest setupEnv
This commit is contained in:
@@ -63,7 +63,7 @@ export default class IdentityIcon extends React.PureComponent<Props, State> {
|
||||
}
|
||||
|
||||
public override render (): React.ReactNode {
|
||||
const { theme = DEFAULT_THEME, size = DEFAULT_SIZE } = this.props;
|
||||
const { size = DEFAULT_SIZE, theme = DEFAULT_THEME } = this.props;
|
||||
const { address, publicKey } = this.state;
|
||||
|
||||
const Component = !address
|
||||
|
||||
Reference in New Issue
Block a user