Remove icon from event detail tab

This commit is contained in:
Eric Lippmann 2019-07-26 17:18:46 +02:00
parent 135601c0dc
commit f7ed5de8c8
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ class EventController extends Controller
->add('event', array(
'title' => $label,
'label' => $label,
'icon' => $icon,
'url' => Url::fromRequest(),
'active' => true
))