فهرست منبع

remove empty lines

kaori 5 سال پیش
والد
کامیت
ac4403d46a
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  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);