Bump dev deps (#738)

This commit is contained in:
Jaco
2023-03-18 12:39:38 +02:00
committed by GitHub
parent 6907d0c30a
commit b181da4919
7 changed files with 27 additions and 28 deletions
@@ -54,7 +54,7 @@ export default class IdentityIcon extends React.PureComponent<Props, State> {
return address === prevState.address
? null
: { address, publicKey };
} catch (error) {
} catch {
return {
address: '',
publicKey: '0x'