We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee0d6ae + 511b48e commit 634c90aCopy full SHA for 634c90a
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