Skip to content

Commit

Permalink
remove method return type
Browse files Browse the repository at this point in the history
  • Loading branch information
bsatarnejad committed Jan 25, 2024
1 parent 7d7a74d commit 2e47e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/primer/open_project/zen_mode_button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class ZenModeButtonElement extends HTMLElement {
@target button: HTMLElement
inZenMode = false

private deactivateZenMode():void {
private deactivateZenMode() {
this.inZenMode = false
this.button.classList.remove('zen-mode-button--active')
this.querySelector('body')?.classList.remove('zen-mode')
Expand Down

0 comments on commit 2e47e86

Please sign in to comment.