feat(better modalInviteMatch): Better modal match

This commit is contained in:
Laurian-Dufrechou
2023-05-20 18:46:13 +02:00
parent 0eaac821e3
commit 97be61a48d
5 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ import { useQuery } from "@tanstack/react-query";
export default function UserProfile() {
const router = useRouter();
const toast = useToast({ position: "top", isClosable: true });
const toast = useToast({ position: "top", isClosable: true, duration: 2000 });
const [currentlyLoading, setCurrentlyLoading] = useState(false);
const [passions, setPassions] = useState([] as any[]);