class Decidim::Meetings::PublicParticipantsListCell

def show

def show
  return if public_participants.blank?
  render
end