1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 06:44:21 +00:00

🔧 Silence the annoying dependency warning

This commit is contained in:
Steffo 2021-10-10 17:10:30 +02:00
parent ce6e7ec1ab
commit 97e9304631

View file

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