Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SebouChu committed Mar 3, 2025
1 parent c9402e3 commit 2a04720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/communication/block/template/program.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def selected_programs
program = element.program
next if program.nil?
l10n = program.localization_for(about.language)
next if l1On.nil? || l10n.draft?
next if l10n.nil? || l10n.draft?
element.program
}.compact
end
Expand Down

0 comments on commit 2a04720

Please sign in to comment.