We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1411ea9 + 634c90a commit 4c1d1f5Copy full SHA for 4c1d1f5
1 file changed
src/components/SistentNavigation/index.js
@@ -15,7 +15,7 @@ const TOC = () => {
15
const [expandGettingStarted, setExpandGettingStarted] = useState(
16
location.pathname.includes("/getting-started")
17
);
18
- const [expandIdenity, setExpandIdentity] = useState(
+ const [expandIdentity, setExpandIdentity] = useState(
19
location.pathname.includes("/identity")
20
21
const [expandComponent, setExpandComponent] = useState(
0 commit comments