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.
2 parents 39c3256 + f5def39 commit e122539Copy full SHA for e122539
src/lib/components/WorkBooks/WorkBookList.svelte
@@ -57,7 +57,7 @@
57
});
58
$: readableReplenishedWorkbooksCount = () => countReadableWorkbooks(replenishedWorkbooks);
59
60
- let isShowReplenishment: boolean = true;
+ let isShowReplenishment: boolean = false;
61
62
function countReadableWorkbooks(workbooks: WorkbooksList): number {
63
const results = workbooks.reduce((count, workbook: WorkbookList) => {
0 commit comments