react-router updates

This commit is contained in:
proddy
2024-11-23 10:49:02 +01:00
parent 7ddc2ccdad
commit 62f460163f
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ const Network = () => {
const selectNetwork = useCallback(
(network: WiFiNetwork) => {
setSelectedNetwork(network);
navigate('settings');
void navigate('/settings');
},
[navigate]
);