Skip to content

Commit

Permalink
Add details/code if it is provided
Browse files Browse the repository at this point in the history
  • Loading branch information
handstandsam committed Jul 8, 2024
1 parent 21d8a4f commit e43159e
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,13 @@ fun StatDetailComposable(
stat.details
}

is Stat.CodeReferencesStat -> {
buildString {
stat.value.forEach {
appendLine("* ${it.code}")
}
}
}
else -> ""
} ?: ""
}
Expand Down

0 comments on commit e43159e

Please sign in to comment.