Skip to content

Commit

Permalink
[#607] Review: Simplify code
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinea authored and florentmaitre committed Sep 8, 2023
1 parent 616f62f commit c42618a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ fun OdsLinearProgressIndicator(
.padding(bottom = dimensionResource(id = R.dimen.spacing_xs)),
horizontalArrangement = Arrangement.spacedBy(dimensionResource(id = R.dimen.spacing_s))
) {
icon?.let { icon.Content() }
icon?.Content()
if (label != null) {
Text(
text = label,
Expand Down

0 comments on commit c42618a

Please sign in to comment.