From be78bdc7e7263cfbec5b0c6e0df4bf00a1185ff5 Mon Sep 17 00:00:00 2001 From: SakthivelG <sakthivel.govindan@tarento.com> Date: Wed, 23 Mar 2022 16:42:58 +0530 Subject: [PATCH] feat: add dashboard components - WIP --- src/Router.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Router.js b/src/Router.js index 3f88a4f..d3f4960 100644 --- a/src/Router.js +++ b/src/Router.js @@ -16,7 +16,7 @@ import { InspectionSummary, InspectionComplete, ViewConsentApplications, - Landing + Landing, } from "./pages"; // import ReviewerApplications from "./pages/Reviewer/ReviewerApplications"; import { Manage } from "./pages/Reviewer/manage"; @@ -54,7 +54,7 @@ const Router = (props) => ( path="/inspector/:id/:applicationId" component={ViewApplications} /> - <PrivateRoute + <PrivateRoute exact path="/assisting-inspector/:id/:applicationId" component={ViewConsentApplications} -- GitLab