Skip to content

Commit 2e559bc

Browse files
committed
Actually had this hard coded to "true" while testing. Fixed.
1 parent cf9589d commit 2e559bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invert-report/src/jsMain/kotlin/com/squareup/invert/common/pages/OwnerBreakdownReportPage.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ fun ByOwnerComposable(
149149
return
150150
}
151151

152-
if (true) {
152+
if (allOwnerNames.isNullOrEmpty()) {
153153
H1 {
154154
Text("No Owners")
155155
}

0 commit comments

Comments
 (0)