!35418 Fix:codeCheck_iconGroupSuffix

Merge pull request !35418 from yangziyong/0612_codeCheck
This commit is contained in:
openharmony_ci 2024-06-12 07:09:39 +00:00 committed by Gitee
commit 07971b2006
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -432,7 +432,7 @@ export struct ChipGroup {
}
private getIconGroupSuffixHeight() {
if(typeof this.chipSize === 'string'){
if (typeof this.chipSize === 'string') {
if (this.chipSize === ChipSize.SMALL) {
return iconGroupSuffixTheme.smallBackgroundSize;
} else {