1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-23 07:14:21 +00:00

🔧 Silence the annoying dependency warning

This commit is contained in:
Steffo 2021-10-10 17:10:30 +02:00
parent d919e6d042
commit a23e3197ad
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -35,6 +35,6 @@ export function ResourceRouter<Resource>({selection, unselectedRoute, selectedRo
<UnselectedRoute/> <UnselectedRoute/>
) )
}, },
[selection, selectedRoute, unselectedRoute], [selection, SelectedRoute, UnselectedRoute],
) )
} }