We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d87578 commit ddb159fCopy full SHA for ddb159f
app/src/main/java/to/bitkit/ui/screens/wallets/withdraw/WithdrawConfirmScreen.kt
@@ -48,10 +48,10 @@ fun WithdrawConfirmScreen(
48
) {
49
VerticalSpacer(16.dp)
50
BalanceHeaderView(
51
- sats = uiState.amount.toLong(),
+ sats = uiState.amount.toLong(),
52
modifier = Modifier
53
.fillMaxWidth()
54
- .testTag("WithdrawAmount"),
+ .testTag("WithdrawAmount"),
55
testTag = "WithdrawAmount"
56
)
57
VerticalSpacer(46.dp)
0 commit comments