Skip to content
Snippets Groups Projects
Commit cc15f77c authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-5880: fixing empty image div inside banners

parent c61db762
No related branches found
No related tags found
1 merge request!48ISTWCMS-5880: ensuring that title displays when banner is used
......@@ -10,7 +10,7 @@
} %}
{% endif %}
{% if image is not empty and bundle != 'uw_ct_profile' %}
{% if type != 'banner' and image is not empty and bundle != 'uw_ct_profile' %}
{% include '@components/card/card-elements/_image.twig' with {
'image': image
} %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment