Skip to content

Commit

Permalink
Update changelog, fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed Dec 1, 2022
1 parent a6f5e86 commit caa3b6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ Enhancement: Show text file icon for empty text files

We've changed the thumbnail of almost empty text files to the regular text icon.

https://github.com/owncloud/web/pull/8057
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export default {
hasThumbnail() {
return (
this.isThumbnailDisplayed &&
!isTxtFileAlmostEmpty() &&
!this.isTxtFileAlmostEmpty &&
Object.prototype.hasOwnProperty.call(this.resource, 'thumbnail')
)
},
Expand Down

0 comments on commit caa3b6f

Please sign in to comment.