Skip to content

Commit f5def39

Browse files
committed
🎨 Hide replenished workbooks by default (#1708)
1 parent 39c3256 commit f5def39

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)