Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Oct 4, 2023
1 parent 403b887 commit c47ca57
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions app/scripts/components/common/mapbox/map-options/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ const SelectorButton = styled(Button)`
}
`;

const shadowScrollbarProps = {
autoHeight: true,
autoHeightMax: 320
};

const ContentGroup = styled.div`
display: flex;
flex-flow: column nowrap;
Expand Down
1 change: 0 additions & 1 deletion app/scripts/components/common/page-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
} from '@devseed-ui/theme-provider';
import { reveal } from '@devseed-ui/animation';
import { Heading, Overline } from '@devseed-ui/typography';
import { ShadowScrollbar } from '@devseed-ui/shadow-scrollbar';
import { Button } from '@devseed-ui/button';
import {
CollecticonEllipsisVertical,
Expand Down
2 changes: 0 additions & 2 deletions app/scripts/styles/panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import { Button } from '@devseed-ui/button';
import { variableGlsp } from './variable-utils';
import { VarProse } from './variable-components';

import { ShadowScrollbarImproved as ShadowScrollbar } from '$components/common/shadow-scrollbar-improved';

const panelWidth = {
xsmall: '20rem',
small: '22rem',
Expand Down

0 comments on commit c47ca57

Please sign in to comment.