Skip to content

Commit

Permalink
Update packages/jupyter-ai/src/components/statusbar-item.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Krassowski <[email protected]>
  • Loading branch information
dlqqq and krassowski authored Jan 19, 2024
1 parent 07827f6 commit 77d7017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jupyter-ai/src/components/statusbar-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class JaiStatusItem
}

/**
* Returns where the status item has any menu items.
* Returns whether the status item has any menu items.
*/
hasItems(): boolean {
return this._items.length !== 0;
Expand Down

0 comments on commit 77d7017

Please sign in to comment.