Skip to content

Commit

Permalink
add eslint disablement back
Browse files Browse the repository at this point in the history
  • Loading branch information
RohinBhargava committed Dec 20, 2024
1 parent c41cf92 commit 3da43f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function MaybeEnvironmentDropdown({
// TODO: clean up this component
useEffect(() => {
if (
// eslint-disable-next-line @typescript-eslint/prefer-optional-chain
url &&
url.host &&
url.host !== "" &&
Expand Down

0 comments on commit 3da43f1

Please sign in to comment.