Skip to content

Commit

Permalink
[Add] #51 - 임시 뷰 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa-e1 committed Jan 18, 2025
1 parent fb92eb1 commit 5052ce3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()

}
}
Expand Down

0 comments on commit 5052ce3

Please sign in to comment.