Skip to content

Commit

Permalink
Merge branch 'next' into jw/cs-2
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewheeler committed Nov 26, 2024
2 parents 908b24f + dce1fb7 commit 2f23cbc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"recommendations": ["esbenp.prettier-vscode"]
"recommendations": [
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint"
]
}
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"eslint.validate": [ "javascript", "javascriptreact", "html", "typescriptreact" ],
"cSpell.words": ["USWDS"]
}
2 changes: 1 addition & 1 deletion src/app/hooks/useHeroInit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ export function useHeroInit({ header, subheader, heroClass }: HeroInitProps) {
heroClass,
pathname,
});
}, [setHeroContent, header, subheader, heroClass]);
}, [setHeroContent, header, subheader, heroClass, pathname]);
}

0 comments on commit 2f23cbc

Please sign in to comment.