Fix tests and try fix build error

This commit is contained in:
David Langley
2021-08-17 14:17:18 +01:00
parent 3526279e54
commit c41a5d4333
2 changed files with 8 additions and 4 deletions
@@ -24,6 +24,7 @@ import SwiftUI
struct ActivityIndicatorModifier: ViewModifier {
var show: Bool
@ViewBuilder
func body(content: Content) -> some View {
if show {
content