From 6b0a4716702a32f4484a061162192f452ca1754f Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 8 Nov 2021 19:51:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Add=20pathSegment=20dependency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/routing/ViewSetRouter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/routing/ViewSetRouter.tsx b/frontend/src/components/routing/ViewSetRouter.tsx index c6d3605..415233b 100644 --- a/frontend/src/components/routing/ViewSetRouter.tsx +++ b/frontend/src/components/routing/ViewSetRouter.tsx @@ -68,7 +68,7 @@ export function ViewSetRouter({viewSet, unselec /> ) }, - [viewSet, UnselectedRoute, SelectedRoute, pk, pkKey], + [viewSet, UnselectedRoute, SelectedRoute, pk, pkKey, pathSegment], )