lex 2 years ago
parent
commit
911f2a229f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/student/home-layout-orchestra/home-layout-center.tsx

+ 1 - 2
src/student/home-layout-orchestra/home-layout-center.tsx

@@ -45,7 +45,6 @@ export default defineComponent({
     }
     }
   },
   },
   render() {
   render() {
-    
-    return () => 
+    return () => <></>
   }
   }
 })
 })