Skip to content

Commit

Permalink
IMPROVE: remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
merefield committed Jan 30, 2024
1 parent 0a8582d commit 1d020cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion javascripts/discourse/initializers/preview-edits.js.es6
Expand Up @@ -191,7 +191,6 @@ export default {
this.set("hasThumbnail", (this.get("thumbnails") || settings.topic_list_default_thumbnail) && this.get("showThumbnail"));
this._setUpColour();
if (this.get("tilesStyle")) {
this.set("classNames", this.classNames.concat("tiles-grid-item"));
if (settings.topic_list_tiles_larger_featured_tiles && topic.tags) {
if (
topic.tags.filter(
Expand Down

0 comments on commit 1d020cc

Please sign in to comment.