Skip to content

Commit 3a4546f

Browse files
eslint fix
Signed-off-by: Rajesh-Nagarajan-11 <rajeshnagarajan36@gmail.com>
1 parent 157b826 commit 3a4546f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/handbook-navigation/intra-page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const JoinCommunityWrapper = styled.div`
5555
function IntraPage({ contents }) {
5656
const handleClick = (e, link) => {
5757
e.preventDefault();
58-
const id = link.startsWith('#') ? link.substring(1) : link;
58+
const id = link.startsWith("#") ? link.substring(1) : link;
5959
const element = document.getElementById(id);
6060

6161
if (element) {

0 commit comments

Comments
 (0)