Skip to content

Commit

Permalink
fix: trailing whitespace [UA-8598]
Browse files Browse the repository at this point in the history
  • Loading branch information
shidanjavaheri committed Mar 7, 2024
1 parent 385ef15 commit 7d9d2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GlobeAndPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const GlobeAndPanel: FunctionComponent = () => {
useEffect(() => {
if (!query.env) {
setQuery({env: "prd"});
}
}
}, [query.env, setQuery])

return (
Expand Down

0 comments on commit 7d9d2d1

Please sign in to comment.