diff --git a/templates/console/toolbar.twig b/templates/console/toolbar.twig index b16c29042d..019681466c 100644 --- a/templates/console/toolbar.twig +++ b/templates/console/toolbar.twig @@ -1,6 +1,6 @@
{% for content in content_array %} - {% if content is defined %} + {% if content is defined and content is not null %}
{{ content['image'] is defined ? content['image']|raw }} {{ content[1] }}