mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
style: add ban-ts-comment rule (#2738)
(cherry picked from commit 2e975e79dd)
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