Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
doums committed Oct 11, 2024
1 parent d205c84 commit 3d468d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nym-vpn-app/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ const ErrorWindowLabel = 'error';
if (!import.meta.env.DEV) {
// In production env, disable right-click context menu
document.oncontextmenu = (event) => {
event.preventDefault()
}
event.preventDefault();
};
}

if (import.meta.env.MODE === 'dev-browser') {
Expand Down

0 comments on commit 3d468d0

Please sign in to comment.