mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-14 05:21:12 +00:00
Remove spacer
This commit is contained in:
parent
20900f573f
commit
dfc213a19a
1 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,6 @@ public struct NextPageView: View {
|
|||
|
||||
public var body: some View {
|
||||
HStack {
|
||||
Spacer()
|
||||
if showRetry {
|
||||
Button {
|
||||
Task {
|
||||
|
@ -29,8 +28,8 @@ public struct NextPageView: View {
|
|||
.foregroundStyle(.secondary)
|
||||
.symbolEffect(.pulse, value: isLoadingNextPage)
|
||||
}
|
||||
Spacer()
|
||||
}
|
||||
.frame(maxWidth: .infinity, alignment: .center)
|
||||
.task {
|
||||
await executeTask()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue