Skip to content

Commit

Permalink
Merge branch 'daita-filter-not-active-des-1308'
Browse files Browse the repository at this point in the history
  • Loading branch information
raksooo committed Oct 14, 2024
2 parents 51a902e + 6b08d62 commit 5fb364b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export function RelayListContextProvider(props: RelayListContextProviderProps) {
relaySettings?.tunnelProtocol ?? 'any',
relaySettings?.wireguard.useMultihop ?? false,
);
}, [daita, relayListForEndpointType]);
}, [daita, directOnly, locationType, relaySettings, relayListForEndpointType]);

// Filters the relays to only keep the relays matching the currently selected filters, e.g.
// ownership and providers
Expand Down

0 comments on commit 5fb364b

Please sign in to comment.