Skip to content

Commit 4c1d1f5

Browse files
authored
Merge branch 'master' into addon-1
2 parents 1411ea9 + 634c90a commit 4c1d1f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/components/SistentNavigation

src/components/SistentNavigation/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const TOC = () => {
1515
const [expandGettingStarted, setExpandGettingStarted] = useState(
1616
location.pathname.includes("/getting-started")
1717
);
18-
const [expandIdenity, setExpandIdentity] = useState(
18+
const [expandIdentity, setExpandIdentity] = useState(
1919
location.pathname.includes("/identity")
2020
);
2121
const [expandComponent, setExpandComponent] = useState(

0 commit comments

Comments
 (0)