Skip to content

Commit

Permalink
[Refactor] 내 프로필 지하철 이름에 '역' 추가 (#78)
Browse files Browse the repository at this point in the history
* [refactor] : 지하철 이름에 '역' 추가

* [chore] : reformat
  • Loading branch information
ham2174 authored Feb 20, 2024
1 parent 67d912d commit afa21ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ private fun UsersDistinct(profile: Profile) {
enabled = false,
label = {
Text(
text = value,
text = if (profileLabel == ProfileLabel.SUBWAY) value + "" else value,
style = FunchTheme.typography.b,
color = White
)
Expand Down

0 comments on commit afa21ba

Please sign in to comment.