diff --git a/Shared/views/MainTabView.swift b/Shared/views/MainTabView.swift index ed29372..e40cab0 100644 --- a/Shared/views/MainTabView.swift +++ b/Shared/views/MainTabView.swift @@ -33,11 +33,6 @@ struct MainTabView: View { Label(String(localized: "content_view_tab_filter"), systemImage: "line.3.horizontal.decrease.circle") } - SharingListView() - .tabItem { - Label(String(localized: "content_view_tab_share"), systemImage: "square.and.arrow.up") - } - CustomizeView() .tabItem { Label(String(localized: "content_view_tab_customize"), systemImage: "pencil")