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.