Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis committed Jan 20, 2025
1 parent ab201d3 commit 0fda585
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"eslint-plugin-github": "^5.1.5",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-hooks": "=5.0.0",
"eslint-plugin-react-redux": "^4.2.0",
"eslint-plugin-regexp": "^2.7.0",
"eslint-plugin-sonarjs": "^1.0.4",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app/loadout/loadout-menu/LoadoutPopup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -376,12 +376,12 @@ function RandomLoadoutButton({

const applyRandomLoadout = async (e: React.MouseEvent) => {
e.stopPropagation();
e.preventDefault();
const options = await getRandomizeOptions({
d2: isD2,
query,
});
if (!options) {
e.preventDefault();
onClick?.(e);
return;
}
Expand Down

0 comments on commit 0fda585

Please sign in to comment.