Skip to content

Commit

Permalink
orEmpty
Browse files Browse the repository at this point in the history
Co-authored-by: stylianosgakis <[email protected]>
  • Loading branch information
panasetskaya and StylianosGakis authored Jan 10, 2025
1 parent caad170 commit 98e2606
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ internal fun CoverageTab(
)
Spacer(Modifier.height(16.dp))
}
if (addons?.isNotEmpty() == true) {
addons.forEach { addon ->
for (addon in addons.orEmpty()) {
Spacer(Modifier.height(16.dp))
HighlightLabel(
labelText = addon.addonVariant.displayName,
Expand Down

0 comments on commit 98e2606

Please sign in to comment.