@@ -216,4 +232,4 @@ const Signup = () => {
);
}
-export default Signup;
\ No newline at end of file
+export default withRouter(Signup);
\ No newline at end of file
diff --git a/frontend/src/components/servicemap/ServiceGraph.tsx b/frontend/src/components/servicemap/ServiceGraph.tsx
index 57652ea756..335ac15f4b 100644
--- a/frontend/src/components/servicemap/ServiceGraph.tsx
+++ b/frontend/src/components/servicemap/ServiceGraph.tsx
@@ -48,7 +48,8 @@ const ServiceGraph = () => {
return (
-
Service Graph Component
+
Updated Service Graph module coming soon..
+
{
// // if you want access to vis.js network api you can set the state in a parent component using this property
// }}
/>
+
);
@@ -64,4 +66,6 @@ const ServiceGraph = () => {
-export default ServiceGraph;
\ No newline at end of file
+export default ServiceGraph;
+
+
diff --git a/frontend/src/components/servicemap/ServiceMap.tsx b/frontend/src/components/servicemap/ServiceMap.tsx
index 622c7b76d2..2919087b39 100644
--- a/frontend/src/components/servicemap/ServiceMap.tsx
+++ b/frontend/src/components/servicemap/ServiceMap.tsx
@@ -5,10 +5,11 @@ const ServiceMap = () => {
return (
-