Skip to content

Commit

Permalink
#71 [hotfix] : 응원하는 팀이 없어요 ""로 덮어 쓰기
Browse files Browse the repository at this point in the history
  • Loading branch information
chanubc committed Sep 7, 2024
1 parent f2e0086 commit b2618b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fun AgreeTermsRoute(
nickname = userInfo[MemberInfoType.MEMBER_NICKNAME.ordinal],
isAlarmAllowed = marketingConsent,
memberLckYears = userInfo[MemberInfoType.MEMBER_LCK_YEAR.ordinal].toInt(),
memberFanTeam = userInfo[MemberInfoType.MEMBER_FAN_TEAM.ordinal].takeIf { it.isNotEmpty() },
memberFanTeam = userInfo[MemberInfoType.MEMBER_FAN_TEAM.ordinal],
memberDefaultProfileImage = userInfo[MemberInfoType.MEMBER_DEFAULT_PROFILE_IMAGE.ordinal].takeIf { it.isNotEmpty() },
),
imgUrl = userInfo[MemberInfoType.MEMBER_PROFILE_URL.ordinal].takeIf { it.isNotEmpty() },
Expand Down

0 comments on commit b2618b8

Please sign in to comment.