Skip to content

Commit

Permalink
Fix nit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Dec 20, 2024
1 parent 5955a08 commit cbbb316
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@ class FilterChipUseCase(
} else {
val providerOwnerships = providerToOwnerships[providerId]
// If the provider has been removed from the relay list we add it
// so it is visible for the user. Because we won't know what
// ownerships it
// had
// so it is visible for the user, because we won't know what
// ownerships it had.
if (providerOwnerships == null) {
true
} else {
Expand Down

0 comments on commit cbbb316

Please sign in to comment.