Skip to content

Commit 6feb9e1

Browse files
author
Alan Fleming
committed
Run lint.
1 parent 7a19916 commit 6feb9e1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/base/src/widget.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,9 +1104,7 @@ export class DOMWidgetView extends WidgetView {
11041104
}
11051105

11061106
get tooltip() {
1107-
return (
1108-
this.model.get('tooltip') ?? (this.model.get('description'))
1109-
);
1107+
return this.model.get('tooltip') ?? this.model.get('description');
11101108
}
11111109

11121110
/**

0 commit comments

Comments
 (0)