2
0
ryohek 6 жил өмнө
parent
commit
e0a4fef7d3

+ 1 - 3
src/client/js/components/OutsideShareLinkModal.jsx

@@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
 import * as toastr from 'toastr';
 
 import {
-  Modal, ModalHeader, ModalBody, ModalFooter,
+  Modal, ModalHeader, ModalBody,
 } from 'reactstrap';
 
 import { withTranslation } from 'react-i18next';
@@ -141,8 +141,6 @@ const OutsideShareLinkModal = (props) => {
           </div>
         </div>
       </ModalBody>
-      <ModalFooter>
-      </ModalFooter>
     </Modal>
   );
 };