Skip to content

Commit 634c90a

Browse files
authored
Merge pull request #7010 from Namanv0509/warning-fix
SistentNavigation lint error fix
2 parents ee0d6ae + 511b48e commit 634c90a

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)