Skip to content

Commit

Permalink
(PC-34321)[PRO] fix: Makes call to handleChangeOfferer for every re-r…
Browse files Browse the repository at this point in the history
…ender
  • Loading branch information
jclery-pass committed Feb 5, 2025
1 parent 8d6379c commit a64f9d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const HeaderDropdown = () => {
// eslint-disable-next-line @typescript-eslint/no-floating-promises
handleChangeOfferer(offererOptions[0]?.value)
}
}, [])
})

useEffect(() => {
const handleResize = () => {
Expand Down

0 comments on commit a64f9d3

Please sign in to comment.