Skip to content

Commit 4d7187d

Browse files
committed
chore(admin): Remove unsed constant
Never used and bad practice anyway. Use CSS for spacing not HTML 4 hacks.
1 parent 1200da3 commit 4d7187d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • admin/app/components/solidus_admin/orders/show/adjustments/index

admin/app/components/solidus_admin/orders/show/adjustments/index/component.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ def title
1313
t(".title", number: @order.number)
1414
end
1515

16-
NBSP = " ".html_safe
17-
1816
def initialize(order:, adjustments:)
1917
@order = order
2018
@adjustments = adjustments

0 commit comments

Comments
 (0)