Skip to content

Commit

Permalink
fixed lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nnaydenow committed Apr 21, 2020
1 parent e264229 commit 81b0426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/Select.js
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ class Select extends UI5Element {
}

get isDisabled() {
return this.disabled || undefined
return this.disabled || undefined;
}

get _headerTitleText() {
Expand Down

0 comments on commit 81b0426

Please sign in to comment.