Skip to content

Commit d98cd54

Browse files
committed
chore: remove comment
1 parent 3179d5d commit d98cd54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ class HomeViewModel @Inject constructor(
194194
}
195195

196196
fun removeSuggestion(suggestion: Suggestion) {
197-
// TODO HANDLE TRANSFER
198197
viewModelScope.launch {
199198
settingsStore.addDismissedSuggestion(suggestion)
200199
}

0 commit comments

Comments
 (0)