mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-24 06:48:10 +00:00
Remove accidental reformatting
This commit is contained in:
parent
412e16471b
commit
a0286bba27
1 changed files with 1 additions and 3 deletions
|
@ -29,9 +29,7 @@ public struct StatusesListView<Fetcher>: View where Fetcher: StatusesFetcher {
|
||||||
switch fetcher.statusesState {
|
switch fetcher.statusesState {
|
||||||
case .loading:
|
case .loading:
|
||||||
ForEach(Status.placeholders()) { status in
|
ForEach(Status.placeholders()) { status in
|
||||||
StatusRowView(viewModel: .init(status: status,
|
StatusRowView(viewModel: .init(status: status, client: client, routerPath: routerPath),
|
||||||
client: client,
|
|
||||||
routerPath: routerPath),
|
|
||||||
context: .timeline)
|
context: .timeline)
|
||||||
.redacted(reason: .placeholder)
|
.redacted(reason: .placeholder)
|
||||||
.allowsHitTesting(false)
|
.allowsHitTesting(false)
|
||||||
|
|
Loading…
Reference in a new issue