Skip to content

Commit 613e052

Browse files
KernelDeimosH3RSKO
authored andcommitted
Fix POSIX-incompliant case insensitivity
1 parent 843d531 commit 613e052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Selector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const pullTab = require("./actions/pullBranch");
1313
const CheckoutBranch = importJsx("./components/CheckoutBranch");
1414
const CommitAction = importJsx("./components/Commit");
1515
const StageSomeFiles = importJsx('./components/StageChanges')
16-
const Drop = importJsx('./components/dropDownOther')
16+
const Drop = importJsx('./components/DropDownOther')
1717
const DeleteTab = importJsx("./components/DeleteBranch");
1818

1919
const Selector = ({defaultColor, accentColor}) => {

0 commit comments

Comments
 (0)