Skip to content

Commit 75da2f9

Browse files
author
Alan Fleming
committed
Run lint.
1 parent 54bd2c6 commit 75da2f9

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
@@ -1105,9 +1105,7 @@ export class DOMWidgetView extends WidgetView {
11051105
}
11061106

11071107
get tooltip() {
1108-
return (
1109-
this.model.get('tooltip') ?? (this.model.get('description'))
1110-
);
1108+
return this.model.get('tooltip') ?? this.model.get('description');
11111109
}
11121110

11131111
/**

0 commit comments

Comments
 (0)