From 9ab2f1c991f0aba4734b30c03dc3320ab46b4be8 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 6 Jun 2022 22:49:17 -0700 Subject: [PATCH] Remove sync status button until we have failures --- apple/OmnivoreKit/Sources/Views/FeedItem/HomeFeedCardView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/apple/OmnivoreKit/Sources/Views/FeedItem/HomeFeedCardView.swift b/apple/OmnivoreKit/Sources/Views/FeedItem/HomeFeedCardView.swift index fa62c73fa..f7515393c 100644 --- a/apple/OmnivoreKit/Sources/Views/FeedItem/HomeFeedCardView.swift +++ b/apple/OmnivoreKit/Sources/Views/FeedItem/HomeFeedCardView.swift @@ -93,6 +93,5 @@ public struct FeedCard: View { maxHeight: nil, alignment: .topLeading ) - .overlay(SyncStatusIcon(status: ServerSyncStatus(rawValue: Int(item.serverSyncStatus)) ?? ServerSyncStatus.isNSync), alignment: .bottomTrailing) } }