Files
openfoodnetwork/app/components/help_modal_component.rb
Maikel Linke 8b4759ee05 Style/SuperArguments
Call super without arguments and parentheses when the signature is identical.
2024-06-17 14:56:23 +02:00

8 lines
135 B
Ruby

# frozen_string_literal: true
class HelpModalComponent < ModalComponent
def initialize(id:, close_button: true)
super
end
end