Explorar o código

fix: bug#5235、5207、5164、5113、5005、4961、4971、5353

xieyonghong %!s(int64=3) %!d(string=hai) anos
pai
achega
4c8d57cd26
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/pages/device/Instance/Detail/Functions/index.tsx

+ 1 - 1
src/pages/device/Instance/Detail/Functions/index.tsx

@@ -15,7 +15,7 @@ const Functions = () => {
 
   return (
     <Card className={'device-detail-function'} style={{ minHeight: minHeight }}>
-      {functionList ? (
+      {functionList && functionList.length ? (
         <Tabs>
           <Tabs.TabPane tab={'精简模式'} key={1}>
             <>