Procházet zdrojové kódy

remove unnecessary lines

kaori před 5 roky
rodič
revize
80ac011c22
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. 0 2
      src/client/js/components/CustomNavigation.jsx

+ 0 - 2
src/client/js/components/CustomNavigation.jsx

@@ -41,12 +41,10 @@ const CustomNavigation = (props) => {
       return;
       return;
     }
     }
 
 
-
     if (navBar == null || navTabs == null) {
     if (navBar == null || navTabs == null) {
       return;
       return;
     }
     }
 
 
-
     let tempML = 0;
     let tempML = 0;
 
 
     const styles = Object.entries(navTabs).map((el) => {
     const styles = Object.entries(navTabs).map((el) => {