class Decidim::Meetings::MeetingsMapCell

def show

def show
  return unless Decidim::Map.available?(:geocoding, :dynamic)
  render
end