Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
m-abdelwahab committed Jun 11, 2024
1 parent 0cf5700 commit 9b4768e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/app/components/deploy-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const DeployButton = () => {
.VITE_CLOUDFLARE_TURNSTILE_SITE_KEY;
const [token, setToken] = useState<null | string>(null);

console.log(CLOUDFLARE_TURNSTILE_SITE_KEY);
const fetcher = useFetcher<typeof clientAction>({ key: "deploy" });
const isLoading = fetcher.state !== "idle";
const hasCreatedProject = fetcher?.data?.result?.hasCreatedProject ?? false;
Expand Down

0 comments on commit 9b4768e

Please sign in to comment.