We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4e149 commit ee7ed1cCopy full SHA for ee7ed1c
1 file changed
app/components/GraphNavBar/GraphNavBar.tsx
@@ -17,7 +17,6 @@ const GraphNavBar = (props) => {
17
const navigate = useNavigate();
18
19
const routing = (route: string) => {
20
- console.log({servicesData})
21
if (location.href.includes('communications')) {
22
if (prevRoute === '') navigate(`${servicesData[0].microservice}`);
23
else navigate(prevRoute);
@@ -50,8 +49,6 @@ const GraphNavBar = (props) => {
50
49
);
51
});
52
}
53
- // console.log(selectedMetrics)
54
- // console.log(buttonList)
55
return buttonList;
56
};
57
0 commit comments