Skip to content

Commit

Permalink
fix flipper flags for visa
Browse files Browse the repository at this point in the history
  • Loading branch information
maatinito committed Sep 4, 2023
1 parent 50ca6e7 commit 2ca9b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/types_de_champ_editor/champ_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def filter_block_type_champ(type_champ)

def filter_featured_type_champ(type_champ)
feature_name = TypeDeChamp::FEATURE_FLAGS[type_champ.to_sym]
feature_name.blank? || procedure.feature_enabled?(feature_name)
feature_name.blank? || feature_enabled?(feature_name) || procedure.feature_enabled?(feature_name)
end

def filter_type_champ(type_champ)
Expand Down

0 comments on commit 2ca9b90

Please sign in to comment.