Skip to content

Commit 7d4e18d

Browse files
committed
formatted and linted
1 parent bf26961 commit 7d4e18d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/gamut/src/Form/SelectDropdown/styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export const getMemoizedStyles = (
161161
right: 0,
162162
}
163163
: {}),
164-
zIndex,
164+
zIndex,
165165
};
166166
},
167167
menuList: (provided, state: BaseSelectComponentProps) => {

packages/styleguide/src/lib/Atoms/FormInputs/SelectDropdown/SelectDropdown.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import {
33
DataList,
44
FlexBox,
55
FormGroup,
6-
Input,
76
SelectDropdown,
87
} from '@codecademy/gamut';
98
import { RadarIcon, ResponsiveIcon, RocketIcon } from '@codecademy/gamut-icons';

0 commit comments

Comments
 (0)