Skip to content

Commit

Permalink
Add relay memo dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
raksooo committed Oct 14, 2024
1 parent 51a902e commit 6b08d62
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 6b08d62

Please sign in to comment.