update component ShowLog
This commit is contained in:
parent
431745d22e
commit
91761d30bc
|
|
@ -32,7 +32,7 @@ const ShowLog = () => {
|
|||
scrollToElement()
|
||||
}, 1000);
|
||||
}, []);
|
||||
console.log(window.location.hash);
|
||||
// console.log(window.location.hash);
|
||||
return (
|
||||
<div className="main">
|
||||
<div className="detectedDiv">
|
||||
|
|
|
|||
Loading…
Reference in New Issue