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 c3714e1 commit 404d5adCopy full SHA for 404d5ad
apps/frontend/src/app/matching/modalContent/FindMatchContent.tsx
@@ -62,16 +62,6 @@ const FindMatchContent: React.FC<Props> = ({ beginMatch }) => {
62
</div>
63
<button className="find-match-button"
64
onClick={async () => {
65
-
66
- async function ValidateUser() {
67
- return {
68
- data: {
69
- email: "asda",
70
- username: "sajdhkas"
71
- }
72
73
74
75
setIsLoading(true);
76
const user = await ValidateUser();
77
beginMatch({
0 commit comments