Skip to content

Commit

Permalink
Merge pull request Team-MoMo#345 from haeseoklee/develop
Browse files Browse the repository at this point in the history
[#NON_ISSUE] 온보딩에 날짜가 최근으로 나오게 수정
  • Loading branch information
jeongchoyi authored Feb 22, 2021
2 parents ded2a32 + 40c359d commit 1dc9bd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MoMo/MoMo/Sources/ViewControllers/MoodViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ class MoodViewController: UIViewController {
self.selectedDate = AppDate()
self.modalView = UploadModalViewController()
self.modalView?.uploadModalDataDelegate = self
self.dateLabel.text = self.currentDate?.getFormattedDateAndWeekday(with: ". ")
}

func initializeDateLabel(recentDate: String, verifyToday: Bool) {
Expand Down

0 comments on commit 1dc9bd4

Please sign in to comment.