Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-icap committed Sep 4, 2024
1 parent 34b3c0d commit 7dc476d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/views/navbar/help-button.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ import styles from "./navbar.scss";
const HelpMenu: React.FC = () => {
const currentUrl = `localhost:81/doku.php?id=start`;

useEffect(() => {
console.log(`localhost:81/doku.php?id=start`);
}, []);

return (
<div className={styles.switcherContainer}>
<a href={currentUrl} target="_blank" style={{ textDecoration: "none" }}>
Expand Down

0 comments on commit 7dc476d

Please sign in to comment.