Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
kyujin-cho committed Feb 18, 2024
1 parent e0c4d07 commit 39a6ddb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ fun ClickablePropertyView(
fun ClickablePropertyViewPreview() {
val value by remember { mutableStateOf("dolor sit amet") }
ClickablePropertyView("Lorem Ipsum", value) {}
}
}

0 comments on commit 39a6ddb

Please sign in to comment.