Skip to content

Commit

Permalink
Remove missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliano1612 committed Aug 27, 2024
1 parent b799386 commit 975e1c6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ fun CardListView(
// Title
if(rendering.titleFormatter != null) {
rendering.titleFormatter.invoke(titleValues)
// verifyJwtVp
} else {
Text(text = titleValues.values
.fold(emptyList<String>()) { acc, next -> acc + next.values
Expand Down

0 comments on commit 975e1c6

Please sign in to comment.