Skip to content

Commit c921e2a

Browse files
committed
typo
1 parent 505b22d commit c921e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gh-pages/src/main/scala/ghpages/examples/ExternalVarExample.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ object ExternalVarExample {
2525
| <.label("Surname:", NameChanger(surnameEV )),
2626
| <.p(s"My name is ${name.surname}, ${name.firstName} ${name.surname}."))
2727
| }
28-
| .build
28+
| .buildU
2929
|
3030
|val NameChanger = ReactComponentB[ExternalVar[String]]("Name changer")
3131
| .render { evar =>

0 commit comments

Comments
 (0)