Merge pull request #18 from archem-team/feat/invite_link

url removed
pull/1075/head
teamabron 2025-01-19 14:35:41 +03:30 committed by GitHub
commit a64604fd8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ export default function CreateInvite({
}: ModalProps<"create_invite">) {
const [processing, setProcessing] = useState(false);
const [code, setCode] = useState("abcdef");
const [url, setUrl] = useState("abcdef");
// Generate an invite code
useEffect(() => {