Skip to content

Commit e122539

Browse files
authored
Merge pull request #1709 from AtCoder-NoviSteps/#1708
🎨 Hide replenished workbooks by default (#1708)
2 parents 39c3256 + f5def39 commit e122539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/WorkBooks/WorkBookList.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
});
5858
$: readableReplenishedWorkbooksCount = () => countReadableWorkbooks(replenishedWorkbooks);
5959
60-
let isShowReplenishment: boolean = true;
60+
let isShowReplenishment: boolean = false;
6161
6262
function countReadableWorkbooks(workbooks: WorkbooksList): number {
6363
const results = workbooks.reduce((count, workbook: WorkbookList) => {

0 commit comments

Comments
 (0)