Skip to content

Commit

Permalink
[#339] Review: Add comma at the end of technical text
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinea authored and florentmaitre committed Dec 15, 2022
1 parent 8248126 commit 9f2685a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fun ButtonTechnicalText(
}
style?.let { TechnicalText(text = "style = $style,") }
if (icon == true) {
TechnicalText(text = "icon = painterResource(id = R.drawable.ic_search)")
TechnicalText(text = "icon = painterResource(id = R.drawable.ic_search),")
}
if (!enabled) {
TechnicalText(text = "enabled = false,")
Expand Down

0 comments on commit 9f2685a

Please sign in to comment.