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.
1 parent 39c3256 commit f5def39Copy full SHA for f5def39
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