Skip to content

Commit

Permalink
✨ Add swiss product icons
Browse files Browse the repository at this point in the history
  • Loading branch information
jheubuch committed Jul 31, 2024
1 parent 44b51c7 commit 07f8cae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ fun LineIcon(
)

val displayedName =
lineIcon?.displayedName ?: lineName
lineIcon?.displayedName ?: switzerlandString?.first?.text ?: lineName

Row(
modifier = modifier,
Expand Down

0 comments on commit 07f8cae

Please sign in to comment.