Skip to content

Commit

Permalink
Remove redundant inclusion of VC::InlineTemplate
Browse files Browse the repository at this point in the history
VC now includes that automatically in the base component.
  • Loading branch information
elia committed Oct 31, 2023
1 parent b5d1084 commit b0f7533
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions admin/app/components/solidus_admin/ui/badge/component.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# frozen_string_literal: true

class SolidusAdmin::UI::Badge::Component < SolidusAdmin::BaseComponent
include ViewComponent::InlineTemplate

COLORS = {
graphite_light: "text-black bg-graphite-light",
red: 'text-red-500 bg-red-100',
Expand Down

0 comments on commit b0f7533

Please sign in to comment.