diff --git a/ui/perfherder/App.jsx b/ui/perfherder/App.jsx index 1410750cb1c..afcb7894c72 100644 --- a/ui/perfherder/App.jsx +++ b/ui/perfherder/App.jsx @@ -13,7 +13,6 @@ import GraphsView from './graphs/GraphsView'; import AlertsView from './alerts/AlertsView'; import TestsView from './tests/TestsView'; import CompareView from './compare/CompareView'; -import CompareSelectorView from './compare/CompareSelectorView'; import CompareSubtestsView from './compare/CompareSubtestsView'; import CompareSubtestDistributionView from './compare/CompareSubtestDistributionView'; import Navigation from './Navigation'; @@ -111,17 +110,6 @@ class App extends React.Component { /> )} /> - ( - - )} - /> ( diff --git a/ui/perfherder/Navigation.jsx b/ui/perfherder/Navigation.jsx index a83b3ba45ec..bde46c1754b 100644 --- a/ui/perfherder/Navigation.jsx +++ b/ui/perfherder/Navigation.jsx @@ -17,9 +17,14 @@ const Navigation = ({ user, setUser, notify }) => ( - + Compare - +