Skip to content

Commit

Permalink
Actually had this hard coded to "true" while testing. Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
handstandsam committed Nov 14, 2024
1 parent cf9589d commit 2e559bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ fun ByOwnerComposable(
return
}

if (true) {
if (allOwnerNames.isNullOrEmpty()) {
H1 {
Text("No Owners")
}
Expand Down

0 comments on commit 2e559bc

Please sign in to comment.