Skip to content

Commit

Permalink
[김다혜] 필요없는 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdahyee committed Sep 17, 2023
1 parent 812dd80 commit 7cdc48b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ class MainViewModel @Inject constructor(
val startDate = calculateGenerationStartDate(generation)
val currentDate = Instant.systemNow().toDefaultLocalDate()
val period = calculateDurationOfGeneration(startDate, currentDate)
/**
* todo kdh 서버 연결 예정
*/
when {
userName.isNotEmpty() -> MainTitle(R.string.main_title_member, userName, period.toString())
state == UserState.INACTIVE -> MainTitle(R.string.main_title_inactive_member, null, null)
Expand Down

0 comments on commit 7cdc48b

Please sign in to comment.