From 5052ce325d3c10b6cd4f03c055b4b1bc0fbc6d68 Mon Sep 17 00:00:00 2001 From: RAFA Date: Sat, 18 Jan 2025 17:46:34 +0900 Subject: [PATCH] =?UTF-8?q?[Add]=20#51=20-=20=EC=9E=84=EC=8B=9C=20?= =?UTF-8?q?=EB=B7=B0=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Source/Presentation/Add/Common/Sheet/BaseSheetView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Memento-iOS/Memento-iOS/Source/Presentation/Add/Common/Sheet/BaseSheetView.swift b/Memento-iOS/Memento-iOS/Source/Presentation/Add/Common/Sheet/BaseSheetView.swift index b993abb..2650f6c 100644 --- a/Memento-iOS/Memento-iOS/Source/Presentation/Add/Common/Sheet/BaseSheetView.swift +++ b/Memento-iOS/Memento-iOS/Source/Presentation/Add/Common/Sheet/BaseSheetView.swift @@ -77,9 +77,9 @@ struct BaseSheetView: View { .datePickerStyle(.wheel) .environment(\.locale, Locale(identifier: "en_US")) - case .repeat: + case .repeat: EmptyView() - case .tag: + case .tag: EmptyView() } }