Skip to content

Commit

Permalink
Fixed linter
Browse files Browse the repository at this point in the history
  • Loading branch information
nerik committed Sep 28, 2023
1 parent d6b1ee6 commit 8cac5bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion app/scripts/components/analysis/define/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ const FloatingFooter = styled.div<{ isSticky: boolean }>`
position: sticky;
left: 0;
right: 0;
// trick to get the IntersectionObserver to fire
bottom: -1px;
padding: ${variableGlsp(0.5)};
background: ${themeVal('color.surface')};
Expand Down
8 changes: 0 additions & 8 deletions app/scripts/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import { BrowserRouter, Route, Routes, useLocation } from 'react-router-dom';
import { DevseedUiThemeProvider as DsTp } from '@devseed-ui/theme-provider';
import { userPages } from 'veda';

import { discoveryRoutes, thematicRoutes } from './redirects';

import theme, { GlobalStyles } from '$styles/theme';
import { getAppURL } from '$utils/history';
import LayoutRoot, {
Expand Down Expand Up @@ -113,12 +111,6 @@ function Root() {
<Route path='/sandbox/*' element={<Sandbox />} />
)}

{/* Legacy: Routes related to thematic areas redirect. */}
{/* Removing for ghgc */}
{/* {thematicRoutes} */}
{/* Legacy: Routes related to renaming /discoveries to /stories. */}
{/* {discoveryRoutes} */}

{userPages.map((p) => (
<Route
key={p}
Expand Down

0 comments on commit 8cac5bd

Please sign in to comment.