itizawa 5 лет назад
Родитель
Сommit
4dda421cce
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      src/client/js/components/ShareLinkForm.jsx

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

@@ -231,7 +231,6 @@ class ShareLinkForm extends React.Component {
 
 const ShareLinkFormWrapper = withUnstatedContainers(ShareLinkForm, [AppContainer, PageContainer]);
 
-
 ShareLinkForm.propTypes = {
   t: PropTypes.func.isRequired, // i18next
   appContainer: PropTypes.instanceOf(AppContainer).isRequired,
@@ -241,5 +240,4 @@ ShareLinkForm.propTypes = {
   onCloseForm: PropTypes.func.isRequired,
 };
 
-
 export default withTranslation()(ShareLinkFormWrapper);