Browse Source

Merge branch 'other-app-home' into jenkins

lex 3 năm trước cách đây
mục cha
commit
9e2d374ed6
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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() {
-    
-    return () => 
+    return () => <></>
   }
 })