mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-28 17:57:59 +00:00
Move ui-identicon -> react-identicon (#165)
* Move ui-identicon -> react-identicon * ui-identicon import fix * Update README package links * Update doc sidebar links * Adjust react-qr signatures, CHANGELOG
This commit is contained in:
@@ -30,7 +30,7 @@ export default class DisplayPayload extends React.PureComponent<Props, State> {
|
||||
dataHash: null
|
||||
};
|
||||
|
||||
public getDerivedStateFromProps ({ address, payload }: Props, prevState: State): State | null {
|
||||
public static getDerivedStateFromProps ({ address, payload }: Props, prevState: State): State | null {
|
||||
const data = u8aConcat(
|
||||
SUBSTRATE,
|
||||
CRYPTO_SR25519,
|
||||
|
||||
Reference in New Issue
Block a user