Skip to content

Commit

Permalink
Run lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Fleming committed May 28, 2024
1 parent 7a19916 commit 6feb9e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/base/src/widget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1104,9 +1104,7 @@ export class DOMWidgetView extends WidgetView {
}

get tooltip() {
return (
this.model.get('tooltip') ?? (this.model.get('description'))
);
return this.model.get('tooltip') ?? this.model.get('description');
}

/**
Expand Down

0 comments on commit 6feb9e1

Please sign in to comment.