Skip to content

Commit

Permalink
Update CashuRedeem.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
believethehype committed Jul 29, 2024
1 parent cb02955 commit bfbcf11
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,12 @@ fun CashuPreviewNew(
fontSize = 20.sp,
modifier = Modifier.padding(top = 5.dp),
)
Text(
text = "Mint: " + token.mint.replace("https://", ""),
fontSize = 7.sp,
color = Color.Gray,
modifier = Modifier.padding(start = 5.dp, bottom = 1.dp),
)

Row(modifier = Modifier.padding(top = 5.dp)) {
var isRedeeming by remember { mutableStateOf(false) }
Expand Down

0 comments on commit bfbcf11

Please sign in to comment.