Skip to content

Commit 296f9a4

Browse files
committed
misstype
1 parent 6d41d90 commit 296f9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/tests/Fixture/templates/components/component1.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
Prop1: {{ this.prop1.id }}
55
Prop2: {{ this.prop2|date('Y-m-d g:i') }}
66
Prop3: {{ this.prop3 }}
7-
Prop4: {{ thias.prop4|default('(none)') }}
7+
Prop4: {{ this.prop4|default('(none)') }}
88
</div>

0 commit comments

Comments
 (0)