Skip to content

Commit 876e050

Browse files
committed
chore: comment
1 parent 756b8ed commit 876e050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ class HomeViewModel @Inject constructor(
264264
balanceState.totalLightningSats > 0uL -> { // With Lightning
265265
listOfNotNull(
266266
Suggestion.BACK_UP.takeIf { !settings.backupVerified },
267-
// The previous list had LIGHTNING_SETTING_UP and the current don't
267+
// The previous list has LIGHTNING_SETTING_UP and the current don't
268268
Suggestion.LIGHTNING_READY.takeIf {
269269
Suggestion.LIGHTNING_SETTING_UP in _uiState.value.suggestions &&
270270
transfers.all { it.type != TransferType.TO_SPENDING }

0 commit comments

Comments
 (0)