Fixed: File Count on Books page

This commit is contained in:
Bogdan
2023-12-24 07:22:10 +02:00
parent 9d5cdebdb2
commit 34eb312426
2 changed files with 1 additions and 2 deletions
@@ -229,7 +229,6 @@ class BookIndexRow extends Component {
className={styles[name]}
>
{bookFileCount}
</VirtualTableRowCell>
);
}