Skip to content

Commit 92ca695

Browse files
Consistency with ifs.
1 parent c680695 commit 92ca695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/views/BlockAdmin/compose_preview.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
>
77
{% set service = attribute(blockServices, child.type) ?? null %}
88

9-
{% if service %}
9+
{% if service is not null %}
1010
<a
1111
class="page-composer__container__child__edit"
1212
href="{{ blockAdmin.generateUrl('edit', { 'id': child.id, 'composer': true }) }}"

0 commit comments

Comments
 (0)