Refactor ViewModel
This commit is contained in:
@@ -9,7 +9,7 @@ public struct ProfileOverrideView: View {
|
||||
|
||||
public init() {}
|
||||
public var body: some View {
|
||||
viewBuilder {
|
||||
Group {
|
||||
if isLoading {
|
||||
ProgressView().onAppear {
|
||||
Task.detached {
|
||||
|
||||
Reference in New Issue
Block a user