mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-07-24 05:25:44 +00:00
Bump deps (#769)
This commit is contained in:
@@ -10,7 +10,7 @@ import { beachballIcon } from '@polkadot/ui-shared';
|
||||
function Identicon ({ address, className = '', size, style = {} }: Props): React.ReactElement<Props> {
|
||||
const updateElem = useCallback(
|
||||
(node: HTMLDivElement): void => {
|
||||
node && node.appendChild(
|
||||
node?.appendChild(
|
||||
beachballIcon(address, { isAlternative: false, size })
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user