Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Dec 19, 2023
1 parent 901e7c8 commit fdbf36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/primer/alpha/modal_dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function mousedownHandler(event: Event) {
topLevelDialog.close()
}
},
{once: true}
{once: true},
)
}
}
Expand Down

0 comments on commit fdbf36a

Please sign in to comment.