Remove sync status button until we have failures

This commit is contained in:
Jackson Harper 2022-06-06 22:49:17 -07:00
parent 5315d1a4ac
commit 9ab2f1c991

View file

@ -93,6 +93,5 @@ public struct FeedCard: View {
maxHeight: nil,
alignment: .topLeading
)
.overlay(SyncStatusIcon(status: ServerSyncStatus(rawValue: Int(item.serverSyncStatus)) ?? ServerSyncStatus.isNSync), alignment: .bottomTrailing)
}
}