Skip to content

Commit eaf6dbd

Browse files
authored
Correct linter error
1 parent 16052ec commit eaf6dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/GitPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export class GitPanel extends React.Component<
118118
const file = statusFiles[i];
119119
const { x, y } = file;
120120
const stage = decodeStage(x, y);
121-
121+
122122
// If file is untracked
123123
if (stage === 'untracked') {
124124
untrackedFiles.push(file);

0 commit comments

Comments
 (0)