Skip to content

Commit

Permalink
Fix checkbox bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sopa301 committed May 18, 2024
1 parent 40da794 commit 9dc64ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/c-file-type-checkboxes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default defineComponent({
blankLineCount: number,
}): string {
return `${label.fileType}\xA0\xA0`
+ `${label.blankLineCount}\xA0\xA0`
+ `${label.lineCount}\xA0\xA0`
+ `(${label.lineCount - label.blankLineCount})\xA0`;
},
},
Expand Down

0 comments on commit 9dc64ae

Please sign in to comment.