Skip to content

Commit 18539fa

Browse files
committed
reorder args
1 parent ddb159f commit 18539fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/to/bitkit/ui/screens/wallets/withdraw/WithdrawConfirmScreen.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ fun WithdrawConfirmScreen(
4949
VerticalSpacer(16.dp)
5050
BalanceHeaderView(
5151
sats = uiState.amount.toLong(),
52+
testTag = "WithdrawAmount",
5253
modifier = Modifier
5354
.fillMaxWidth()
54-
.testTag("WithdrawAmount"),
55-
testTag = "WithdrawAmount"
55+
.testTag("WithdrawAmount")
5656
)
5757
VerticalSpacer(46.dp)
5858

0 commit comments

Comments
 (0)