DEV: Fix incorrect optimization in SvgSprite take 2.

Follow-up to 0700e9382d
This commit is contained in:
Alan Guo Xiang Tan 2021-06-02 11:09:20 +08:00
parent ca9e0ee40b
commit 4390b50b12
1 changed files with 0 additions and 2 deletions

View File

@ -459,8 +459,6 @@ License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL
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|