mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-08 15:25:24 +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 {
|
||||
case .loading:
|
||||
ForEach(Status.placeholders()) { status in
|
||||
StatusRowView(viewModel: .init(status: status,
|
||||
client: client,
|
||||
routerPath: routerPath),
|
||||
StatusRowView(viewModel: .init(status: status, client: client, routerPath: routerPath),
|
||||
context: .timeline)
|
||||
.redacted(reason: .placeholder)
|
||||
.allowsHitTesting(false)
|
||||
|
|
Loading…
Reference in a new issue