We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c61f247 commit 1f4078aCopy full SHA for 1f4078a
src/components/BranchMenu.tsx
@@ -153,7 +153,7 @@ export class BranchMenu extends React.Component<
153
/**
154
* Renders menu items.
155
*
156
- * @returns fragment array
+ * @returns array of React elements
157
*/
158
private _renderItems(): React.ReactElement[] {
159
return this.state.branches.map(this._renderItem, this);
@@ -164,7 +164,7 @@ export class BranchMenu extends React.Component<
164
165
* @param branch - branch
166
* @param idx - item index
167
- * @returns fragment
+ * @returns React element
168
169
private _renderItem(
170
branch: Git.IBranch,
0 commit comments