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 945408b commit 0c082ceCopy full SHA for 0c082ce
app/src/main/java/org/bitcoindevkit/devkitwallet/presentation/ui/components/WalletOptionsCard.kt
@@ -124,7 +124,7 @@ fun NetworkOptionsCard(selectedNetwork: MutableState<Network>) {
124
isSelected = selectedNetwork.value == it,
125
onSelect = { selectedNetwork.value = it }
126
)
127
- if (index == 2) Spacer(modifier = Modifier.padding(bottom = 8.dp))
+ if (index == 3) Spacer(modifier = Modifier.padding(bottom = 8.dp))
128
}
129
130
0 commit comments