We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc4186 commit b2c1a88Copy full SHA for b2c1a88
src/components/VerifiedChecker/VerifiedChecker.jsx
@@ -5,7 +5,7 @@ import {Check} from "@mui/icons-material";
5
6
export function VerifiedChecker() {
7
8
- const [isVerified, setIsVerified] = useState(true);
+ const [isVerified, setIsVerified] = useState(false);
9
10
useEffect(() => {
11
const queryParameters = new URLSearchParams(window?.location?.search)
0 commit comments