Skip to content

Commit c3d1aad

Browse files
committed
chore: remove extraneous comments
1 parent 2a8b043 commit c3d1aad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

website/src/components/Collapsible/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ function CollapsibleBase({
202202
disableSSRStyle,
203203
}: CollapsibleBaseProps) {
204204
// any because TS is a pain for HTML element refs, see https://twitter.com/sebastienlorber/status/1412784677795110914
205-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
206205
const collapsibleRef = useRef<any>(null);
207206

208207
useCollapseAnimation({collapsibleRef, collapsed, animation});

0 commit comments

Comments
 (0)