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 843d531 commit 613e052Copy full SHA for 613e052
Selector.js
@@ -13,7 +13,7 @@ const pullTab = require("./actions/pullBranch");
13
const CheckoutBranch = importJsx("./components/CheckoutBranch");
14
const CommitAction = importJsx("./components/Commit");
15
const StageSomeFiles = importJsx('./components/StageChanges')
16
-const Drop = importJsx('./components/dropDownOther')
+const Drop = importJsx('./components/DropDownOther')
17
const DeleteTab = importJsx("./components/DeleteBranch");
18
19
const Selector = ({defaultColor, accentColor}) => {
0 commit comments