mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-07-22 03:15:43 +00:00
@@ -65,8 +65,8 @@ export const Identicon = Vue.extend({
|
||||
},
|
||||
methods: {
|
||||
createData: function (): void {
|
||||
this.iconSize = this.size || DEFAULT_SIZE;
|
||||
this.type = this.theme;
|
||||
this.iconSize = this.size as number || DEFAULT_SIZE;
|
||||
this.type = this.theme as 'empty';
|
||||
|
||||
this.recodeAddress();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user