Skip to content

Commit 97a602d

Browse files
committed
fmt
1 parent 1163657 commit 97a602d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/common/constants/turnstile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const OW4_DJANGO_TURNSTILE_PUBLIC_KEY = process.env.OW4_DJANGO_TURNSTILE_PUBLIC_KEY || '';
1+
export const OW4_DJANGO_TURNSTILE_PUBLIC_KEY = process.env.OW4_DJANGO_TURNSTILE_PUBLIC_KEY || '';

src/events/components/Attendance/CaptchaModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { FC } from 'react';
22
import { Modal } from '@dotkomonline/design-system';
33
import { OW4_DJANGO_TURNSTILE_PUBLIC_KEY } from 'common/constants/turnstile';
4-
import Turnstile from "react-turnstile";
4+
import Turnstile from 'react-turnstile';
55

66
interface ICaptchaModalProps {
77
showModal: boolean;

0 commit comments

Comments
 (0)