mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
url removed
This commit is contained in:
@@ -37,7 +37,6 @@ export default function CreateInvite({
|
|||||||
}: ModalProps<"create_invite">) {
|
}: ModalProps<"create_invite">) {
|
||||||
const [processing, setProcessing] = useState(false);
|
const [processing, setProcessing] = useState(false);
|
||||||
const [code, setCode] = useState("abcdef");
|
const [code, setCode] = useState("abcdef");
|
||||||
const [url, setUrl] = useState("abcdef");
|
|
||||||
|
|
||||||
// Generate an invite code
|
// Generate an invite code
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user