فهرست منبع

fix lint errors

Yuki Takei 6 سال پیش
والد
کامیت
7cc2a2292d
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      src/client/js/components/Sidebar.jsx
  2. 1 1
      src/client/js/components/Sidebar/SidebarNav.jsx

+ 1 - 1
src/client/js/components/Sidebar.jsx

@@ -1,5 +1,5 @@
 import React from 'react';
-import PropTypes from 'prop-types';
+// import PropTypes from 'prop-types';
 
 import { withTranslation } from 'react-i18next';
 

+ 1 - 1
src/client/js/components/Sidebar/SidebarNav.jsx

@@ -1,5 +1,5 @@
 import React from 'react';
-import PropTypes from 'prop-types';
+// import PropTypes from 'prop-types';
 
 import { withTranslation } from 'react-i18next';