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:
parent
ce6e7ec1ab
commit
97e9304631
1 changed files with 1 additions and 1 deletions
|
@ -35,6 +35,6 @@ export function ResourceRouter<Resource>({selection, unselectedRoute, selectedRo
|
|||
<UnselectedRoute/>
|
||||
)
|
||||
},
|
||||
[selection, selectedRoute, unselectedRoute],
|
||||
[selection, SelectedRoute, UnselectedRoute],
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue