Optimization for bisq transaction table rendering

This commit is contained in:
softsimon
2020-08-11 00:43:24 +07:00
parent 83a0e53300
commit 8aefbb5449
3 changed files with 7 additions and 1 deletions

View File

@@ -77,5 +77,7 @@ export class BisqIconComponent implements OnChanges {
this.iconProp[1] = 'question';
this.color = 'ffac00';
}
// @ts-ignore
this.iconProp = this.iconProp.slice();
}
}