Skip to content

Commit 60943a2

Browse files
committed
fix: Remove moot comment
1 parent 920b222 commit 60943a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/to/bitkit/viewmodels/AppViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ data class SendUiState(
704704
val description: String = "",
705705
val isUnified: Boolean = false,
706706
val payMethod: SendMethod = SendMethod.ONCHAIN,
707-
val selectedTags: List<String> = listOf(), // TODO save tags in other PR
707+
val selectedTags: List<String> = listOf(),
708708
val decodedInvoice: LightningInvoice? = null,
709709
)
710710

0 commit comments

Comments
 (0)