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 ddb159f commit 18539faCopy full SHA for 18539fa
app/src/main/java/to/bitkit/ui/screens/wallets/withdraw/WithdrawConfirmScreen.kt
@@ -49,10 +49,10 @@ fun WithdrawConfirmScreen(
49
VerticalSpacer(16.dp)
50
BalanceHeaderView(
51
sats = uiState.amount.toLong(),
52
+ testTag = "WithdrawAmount",
53
modifier = Modifier
54
.fillMaxWidth()
- .testTag("WithdrawAmount"),
55
- testTag = "WithdrawAmount"
+ .testTag("WithdrawAmount")
56
)
57
VerticalSpacer(46.dp)
58
0 commit comments