Skip to content

Commit

Permalink
Update sample
Browse files Browse the repository at this point in the history
  • Loading branch information
cheleb committed Aug 28, 2024
1 parent 5e8e7ae commit 320abad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/client/src/main/scala/samples/Sealed.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ case class Owner(name: String, pet: Animal)
val sealedClasses = Sample(
"Sealed", {

val eitherVar = Var(Owner("Agnes", Horse("Scala le chat", 6)))
val eitherVar = Var(Owner("Agnes", Horse("Niram <3", 6)))

div(
child <-- eitherVar.signal.map { item =>
Expand Down

0 comments on commit 320abad

Please sign in to comment.