From 37689d65a1f4bb2902a3fbfb4dbbb47c9d7e4f3c Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Tue, 11 Jun 2024 11:15:13 -0400 Subject: [PATCH] lint fix --- layouts/DocsPage/DocsPage.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/layouts/DocsPage/DocsPage.tsx b/layouts/DocsPage/DocsPage.tsx index 496ed31393..3ced583faf 100644 --- a/layouts/DocsPage/DocsPage.tsx +++ b/layouts/DocsPage/DocsPage.tsx @@ -69,8 +69,7 @@ const DocsPage = ({ let urlCurrent = "/docs" + path; // handles the case where it's the home page with / to avoid /docs/docs/ - if (path == "/") - urlCurrent = "/"; + if (path == "/") urlCurrent = "/"; return ( <>