File tree 1 file changed +3
-1
lines changed
invert-report/src/jsMain/kotlin/com/squareup/invert/common/pages 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ import com.squareup.invert.models.StatDataType
19
19
import org.jetbrains.compose.web.dom.A
20
20
import org.jetbrains.compose.web.dom.H1
21
21
import org.jetbrains.compose.web.dom.H3
22
+ import org.jetbrains.compose.web.dom.H4
22
23
import org.jetbrains.compose.web.dom.Text
23
24
import ui.BootstrapColumn
24
25
import ui.BootstrapLoadingMessageWithSpinner
@@ -119,6 +120,8 @@ fun CodeReferencesComposable(
119
120
append(" for ${statInfo?.description ? : statKey} (${codeReferencesNavRoute.statKey} )" )
120
121
}
121
122
})
123
+ }
124
+ H4 {
122
125
codeReferencesNavRoute.statKey?.let { statKey ->
123
126
A (" #" , {
124
127
onClick {
@@ -130,7 +133,6 @@ fun CodeReferencesComposable(
130
133
}
131
134
}
132
135
133
-
134
136
if (moduleToOwnerMapFlowValue == null || metadata == null ) {
135
137
BootstrapLoadingSpinner ()
136
138
return
You can’t perform that action at this time.
0 commit comments