Do not show diffculty level in the progress checker

This commit is contained in:
Michael Ball 2021-03-23 02:47:18 -07:00
parent e542bda8ef
commit 1658046a19
2 changed files with 5 additions and 4 deletions

View file

@ -273,7 +273,7 @@ class Event < ApplicationRecord
biographies: speakers.all? { |speaker| !speaker.biography.blank? },
subtitle: !subtitle.blank?,
track: (!track.blank? unless program.tracks.empty?),
difficulty_level: !difficulty_level.blank?,
difficulty_level: (difficulty_level.present? unless program.difficulty_levels.empty?),
title: true,
abstract: true
}.with_indifferent_access