mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove sync status button until we have failures
This commit is contained in:
parent
5315d1a4ac
commit
9ab2f1c991
1 changed files with 0 additions and 1 deletions
|
|
@ -93,6 +93,5 @@ public struct FeedCard: View {
|
|||
maxHeight: nil,
|
||||
alignment: .topLeading
|
||||
)
|
||||
.overlay(SyncStatusIcon(status: ServerSyncStatus(rawValue: Int(item.serverSyncStatus)) ?? ServerSyncStatus.isNSync), alignment: .bottomTrailing)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue