Skip to content

Commit 511b48e

Browse files
committed
SistentNavigation lint error fix
Signed-off-by: Namanv509 <namanverma00260@gmail.com>
1 parent ee0d6ae commit 511b48e

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)