bug fixes
This commit is contained in:
@@ -18,7 +18,6 @@ interface UpdateTeamProps {
|
||||
|
||||
const UpdateTeam = ({ tournamentId, teamId }: UpdateTeamProps) => {
|
||||
const { open, isOpen, toggle } = useSheet();
|
||||
|
||||
const { data: team } = useTeam(teamId);
|
||||
|
||||
const initialValues = useMemo(() => {
|
||||
|
||||
Reference in New Issue
Block a user