Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardcho1231 committed Mar 22, 2024
1 parent 57eb86f commit 009228d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const BotChallengeProtection = ({ challengeIn, setCaptchaToken, className, captc
};
checkCaptcha();

}, []);
}, [Identity, Sales, challengeIn]);

const { arcSite } = useFusionContext();
const { locale } = getProperties(arcSite);
Expand Down
1 change: 1 addition & 0 deletions blocks/identity-block/features/login/default.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* global grecaptcha */
import React, { useState } from "react";
import PropTypes from "@arc-fusion/prop-types";
import { useFusionContext } from "fusion:context";
Expand Down

0 comments on commit 009228d

Please sign in to comment.