closed #37
This commit is contained in:
@@ -170,7 +170,7 @@ struct ContentView: View {
|
||||
BGView()
|
||||
VStack{
|
||||
settingsButtonView
|
||||
if viewModel.shouldShowTodayInput() {
|
||||
if viewModel.shouldShowTodayInput() && savedOnboardingData.ableToVoteBasedOnCurentTime() {
|
||||
AddMoodHeaderView(addItemClosure: { (mood, date) in
|
||||
withAnimation {
|
||||
viewModel.add(mood: mood, forDate: date)
|
||||
|
||||
Reference in New Issue
Block a user