Skip to content

Commit

Permalink
[Fix/#43] picker 범위 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-seonwoo committed May 30, 2024
1 parent b1bde50 commit 9884fc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import SwiftUI

struct GoalTimeView: View {
var times = ["2", "3", "4", "5", "6"]
var times = ["1", "2", "3", "4", "5", "6"]
@ObservedObject var viewModel: OnboardingViewModel

var body: some View {
Expand Down

0 comments on commit 9884fc0

Please sign in to comment.