lex-xin hace 5 meses
padre
commit
ce01667c42
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/teacher/teacher-cert/index.tsx

+ 1 - 1
src/teacher/teacher-cert/index.tsx

@@ -162,7 +162,7 @@ export default defineComponent({
         <div>
           {teacherState.active != 4 ? (
             <>
-              {!browser().isApp ? <ColHeader /> : ''}
+              {browser().isApp ? <ColHeader /> : ''}
               <Steps style={{ marginBottom: '12px' }} />
             </>
           ) : null}