Skip to content

Commit

Permalink
Merge pull request #2565 from CityOfBoston/develop
Browse files Browse the repository at this point in the history
Hotfix: removes breakpoint in twig.
  • Loading branch information
davidrkupton authored Jul 8, 2022
2 parents b45e4e3 + daebda6 commit f1ed1b1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<{{ label_tag|default('div') }}{{ title_attributes.addClass(title_classes) }}>{{ label }}</{{ label_tag|default('div') }}>
{% endif %}
{% for item in items %}
{{ breakpoint() }}
{% for email in item.content['#context'].value|split(';') %}
{{ breakpoint() }}
{% if display_item_tag %}
Expand Down

0 comments on commit f1ed1b1

Please sign in to comment.