Sfoglia il codice sorgente

remove empty lines

kaori 5 anni fa
parent
commit
ac4403d46a
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      src/client/js/components/CustomNavigation.jsx

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

@@ -53,8 +53,6 @@ const CustomNavigation = (props) => {
       tempML += width;
       return { width, marginLeft };
     });
-
-
     const { width, marginLeft } = styles[props.navTabMapping[activeTab].index];
 
     setSliderWidth(width);