Skip to content

Commit

Permalink
[fix] #253 타입 오입력 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sxunea committed Mar 2, 2024
1 parent 2162ee5 commit 4d67251
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ class MyPageFragment : BindingFragment<FragmentMyPageBinding>(R.layout.fragment_
textView = binding.vMypage2weeks1Year,
amount = amountSavedTwoWeeks * 24,
delay = 4000,
periodType = "3MONTH",
periodType = "1YEAR",
moneyType = "SAVE"
)
}
Expand Down

0 comments on commit 4d67251

Please sign in to comment.