fix linting error

pull/5370/head
Joseph Izang 2 years ago committed by Aniket
parent 2c945d7b06
commit 2183b9d600
  1. 2
      libs/remix-ui/helper/src/lib/components/custom-dropdown.tsx

@ -1,6 +1,6 @@
// The forwardRef is important!!
import React, { Ref, SyntheticEvent } from "react"
import React, { Ref } from "react"
// Dropdown needs access to the DOM node in order to position the Menu
export const CustomToggle = React.forwardRef(({ children, onClick, icon, className = '' }: { children: React.ReactNode, onClick: (e) => void, icon: string, className: string }, ref: Ref<HTMLButtonElement>) => (

Loading…
Cancel
Save