mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
ZIP Imports/Exports: Fixed some lint and test issues
- Updated test handling to create imports folder when required. - Updated some tests to delete created import zip files.
This commit is contained in:
@ -93,7 +93,6 @@ export class PageComments extends Component {
|
||||
|
||||
updateCount() {
|
||||
const count = this.getCommentCount();
|
||||
console.log('update count', count, this.container);
|
||||
this.commentsTitle.textContent = window.$trans.choice(this.countText, count, {count});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user