Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
fix linting errors
  • Loading branch information
koji authored Dec 6, 2024
1 parent 03d2533 commit b10ae20
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions components/src/molecules/DropdownMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ import { Tooltip } from '../../atoms/Tooltip'
import { StyledText } from '../../atoms/StyledText'
import { LiquidIcon } from '../LiquidIcon'

/** this is the max height to display 10 items */
const MAX_HEIGHT = 316

/** this is for adjustment variable for the case that the space of the bottom and the space of the top are very close */
const HEIGHT_ADJUSTMENT = 100

export interface DropdownOption {
name: string
value: string
Expand Down

0 comments on commit b10ae20

Please sign in to comment.