From d34814692889a9bfd7c2d8038c80f1121d444db9 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 05:44:09 +0000 Subject: [PATCH] Lint Code [skip actions] --- src/handbook/src/ui/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handbook/src/ui/App.tsx b/src/handbook/src/ui/App.tsx index ca7f21787..eba12dc40 100644 --- a/src/handbook/src/ui/App.tsx +++ b/src/handbook/src/ui/App.tsx @@ -23,7 +23,7 @@ class App extends React.Component<{}, IState> { // Check if the window's href is a page. let targetPage = null; const page = window.location.href.split("/").pop(); - console.log(page) + console.log(page); if (page != undefined && page != "") { // Convert the page to a Page type.