Skip to content

Commit

Permalink
Set timer off until a general version is implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
MaRcR11 authored Jan 3, 2024
1 parent 966c285 commit 097ccf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/components/SettingsPopUp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ function SettingsPopUp(props: SettingsPopUpProps) {
setTheme("dark");
}
};

useEffect(() => {
window.addEventListener("keydown", (e) => {
if (e.key === "Escape") {
Expand Down Expand Up @@ -84,7 +83,8 @@ function SettingsPopUp(props: SettingsPopUpProps) {
/> */}
</div>
<div className="column">
<button
{/* Set timer off until a general version is implemented */}
{/* <button
className="button is-primary is-fullwidth"
style={{ marginBottom: "10px", height: "2rem" }}
type="submit"
Expand All @@ -93,7 +93,7 @@ function SettingsPopUp(props: SettingsPopUpProps) {
}}
>
Open Timer
</button>
</button> */}
<button className="button is-danger is-fullwidth" type="submit" onClick={handleLogout}>
Logout
</button>
Expand Down

0 comments on commit 097ccf4

Please sign in to comment.