Skip to content

Commit

Permalink
delete claimWinningsButton
Browse files Browse the repository at this point in the history
  • Loading branch information
mezger75 committed Jul 21, 2024
1 parent 28981c0 commit 6e44658
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 109 deletions.

This file was deleted.

7 changes: 0 additions & 7 deletions frontend/src/app/game/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import { useModal, useSIWE } from "connectkit";
import GamePageHeader from "@/app/components/game-page-header/gamePageHeader";
import CopyButton from "@/app/components/copy-button/copyButton";
import ProgressBar from "@/app/components/progress-bar/progressBar";
import ClaimWinningsButton from "@/app/components/claim-winnings-button/claimWinningsButton";
import StartDepositButton from "@/app/components/start-deposit-button/startDepositButton";

import { useWriteContract } from "wagmi";
Expand Down Expand Up @@ -464,12 +463,6 @@ const GamePage = () => {
onKeyDown={handleKeyDown}
autoComplete="off"
></input>
<ClaimWinningsButton
userStats={userStats}
ingameUserId={ingameUserId}
ingameWalletId={ingameWalletId}
txSuccessful={txSuccessful}
/>
<CopyButton handleCopy={handleCopy} />
</main>
</>
Expand Down

0 comments on commit 6e44658

Please sign in to comment.