Skip to content

Commit

Permalink
[DELETE/#64] decimal ์‚ญ์ œ
Browse files Browse the repository at this point in the history
  • Loading branch information
arinming committed Jul 12, 2024
1 parent 1cb7cd0 commit 183b98e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ import com.terning.feature.intern.component.InternInfoRow
import com.terning.feature.intern.component.InternPageTitle
import java.text.DecimalFormat

val DECIMAL_FORMAT = DecimalFormat("#,###")

@Composable
fun InternRoute(
navController: NavHostController,
Expand Down Expand Up @@ -173,7 +171,7 @@ fun InternScreen(
color = Grey400
)
Text(
text = stringResource(id = R.string.intern_view_count_detail),
text = "${decimal.format(100000)}ํšŒ",
style = TerningTheme.typography.button3,
color = Grey400,
)
Expand Down

0 comments on commit 183b98e

Please sign in to comment.