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 5c96dd7 commit 4269965Copy full SHA for 4269965
src/components/BranchMenu.tsx
@@ -173,7 +173,7 @@ export class BranchMenu extends React.Component<
173
listItemClass,
174
branch.name === this.state.current ? activeListItemClass : null
175
)}
176
- key={idx}
+ key={branch.name}
177
onClick={this._onBranchClickFactory(branch.name)}
178
>
179
<span className={listItemIconClass} />
0 commit comments