Skip to content

Commit 70d3c6f

Browse files
committed
.
1 parent a520954 commit 70d3c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ export const DocsNav = ({
285285
setActive({ ...active, getSpecification: true });
286286
}
287287
}, [router.asPath]);
288-
288+
289289
const handleClickDoc = () => {
290290
setActive({ ...active, getDocs: !active.getDocs });
291291
};

0 commit comments

Comments
 (0)