Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-gross committed Nov 19, 2016
1 parent ae0aa2a commit f8d53ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/GitBranch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class GitBranchComponent extends React.Component<GitBranchProps, GitBranchState>

if (!branch.isCurrent()) {
if (this.state.failedDeletes.includes(branch.toString())) {
deleteButton = <Buttogn color={colors.red} onClick={async () => {
deleteButton = <Button color={colors.red} onClick={async () => {
try {
executeCommand("git", ["branch", "-D", branch.toString()], this.props.repoRoot);
this.reload();
Expand Down

0 comments on commit f8d53ed

Please sign in to comment.