Explorar o código

:fire: collaborator

visuddhinanda %!s(int64=3) %!d(string=hai) anos
pai
achega
0d7e0b0828
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      dashboard/src/pages/studio/group/list.tsx

+ 0 - 2
dashboard/src/pages/studio/group/list.tsx

@@ -45,7 +45,6 @@ const Widget = () => {
   const [activeKey, setActiveKey] = useState<React.Key | undefined>("my");
   const [myNumber, setMyNumber] = useState<number>(0);
   const [collaborationNumber, setCollaborationNumber] = useState<number>(0);
-  const [collaborator, setCollaborator] = useState<string>();
 
   useEffect(() => {
     /**
@@ -310,7 +309,6 @@ const Widget = () => {
             onChange(key) {
               console.log("show course", key);
               setActiveKey(key);
-              setCollaborator(undefined);
               ref.current?.reload();
             },
           },