mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-29 04:28:00 +00:00
Bump dev (w/ deprecation warnings) (#699)
This commit is contained in:
@@ -8,7 +8,7 @@ import React, { useMemo } from 'react';
|
||||
|
||||
function Identicon ({ className = '', publicKey, size, style }: Props): React.ReactElement<Props> {
|
||||
const html = useMemo(
|
||||
() => ({ __html: jdenticon.toSvg(publicKey.substr(2), size) }),
|
||||
() => ({ __html: jdenticon.toSvg(publicKey.substring(2), size) }),
|
||||
[publicKey, size]
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user