Skip to content

Commit

Permalink
DEV: Fix incorrect optimization in SvgSprite take 2.
Browse files Browse the repository at this point in the history
Follow-up to 0700e93
  • Loading branch information
tgxworld committed Jun 2, 2021
1 parent ca9e0ee commit 4390b50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/svg_sprite/svg_sprite.rb
Expand Up @@ -459,8 +459,6 @@ def self.theme_icons(theme_ids)
end

def self.custom_icons(theme_ids)
return [] if theme_ids.blank?

# Automatically register icons in sprites added via themes or plugins
icons = []
custom_svg_sprites(theme_ids).each do |fname|
Expand Down

0 comments on commit 4390b50

Please sign in to comment.