Lint Code [skip actions]

This commit is contained in:
github-actions 2023-04-10 05:44:09 +00:00
parent 18c143e12f
commit d348146928

View File

@ -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.