mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
style: add ban-ts-comment rule (#2738)
This commit is contained in:
@@ -28,7 +28,6 @@ export const PurePopper = (props: PurePopperProps) => {
|
||||
} = props;
|
||||
const [arrowRef, setArrowRef] = useState<HTMLElement | null>();
|
||||
|
||||
// @ts-ignore
|
||||
return (
|
||||
<BasicStyledPopper
|
||||
zIndex={zIndex}
|
||||
|
||||
Reference in New Issue
Block a user