Fixed merge conflict

This commit is contained in:
Phil Viso 2020-07-04 09:20:51 -05:00
parent 9b43994701
commit 16e7b23425
1 changed files with 1 additions and 6 deletions

View File

@ -8,7 +8,6 @@
import SwiftUI
struct SidebarToolbar: ViewModifier {
@EnvironmentObject private var appSettings: AppDefaults
@ -30,11 +29,7 @@ struct SidebarToolbar: ViewModifier {
}
ToolbarItem(placement: .automatic, content: {
Spacer()
Text("Last updated")
.font(.caption)
.foregroundColor(.secondary)
Spacer()
RefreshProgressView()
})
ToolbarItem(placement: .automatic, content: {