Ver Fonte

remove empty lines

kaori há 5 anos atrás
pai
commit
ac4403d46a
1 ficheiros alterados com 0 adições e 2 exclusões
  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);