diff --git a/pages/article/[slug].js b/pages/article/[slug].js index 50fbf3f1..d07466ae 100644 --- a/pages/article/[slug].js +++ b/pages/article/[slug].js @@ -37,7 +37,7 @@ const Slug = ({ const drawerRight = useRef(null) const targetRef = typeof window !== 'undefined' ? document.getElementById('container') : null - const floatSlot = post?.toc.length > 1 ?