Browse Source

:fire: studio=""

visuddhinanda 3 years ago
parent
commit
c050366903
1 changed files with 1 additions and 3 deletions
  1. 1 3
      dashboard/src/components/template/Term.tsx

+ 1 - 3
dashboard/src/components/template/Term.tsx

@@ -57,9 +57,7 @@ const TermCtl = ({ id, word, meaning, meaning2, channel }: IWidgetTermCtl) => {
           editButton,
         ]}
       >
-        <div>
-          {id ? "" : <TermCreate isCreate={true} word={word} studio="" />}
-        </div>
+        <div>{id ? "" : <TermCreate isCreate={true} word={word} />}</div>
       </ProCard>
     </>
   );