mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-26 10:11:00 +00:00
StatusRow: Remove client env object
This commit is contained in:
parent
37ed178c3f
commit
df80321433
1 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,6 @@ public struct StatusRowView: View {
|
|||
@Environment(\.isCompact) private var isCompact: Bool
|
||||
|
||||
@EnvironmentObject private var theme: Theme
|
||||
@EnvironmentObject private var client: Client
|
||||
|
||||
@StateObject var viewModel: StatusRowViewModel
|
||||
|
||||
|
@ -146,7 +145,7 @@ public struct StatusRowView: View {
|
|||
}
|
||||
.environmentObject(
|
||||
StatusDataControllerProvider.shared.dataController(for: viewModel.finalStatus,
|
||||
client: client)
|
||||
client: viewModel.client)
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue