Explorar o código

add a TODO comment

kaoritokashiki %!s(int64=5) %!d(string=hai) anos
pai
achega
6a29abfa49
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/client/js/components/PageAccessoriesModal.jsx

+ 1 - 0
src/client/js/components/PageAccessoriesModal.jsx

@@ -102,6 +102,7 @@ const PageAccessoriesModal = (props) => {
   return (
     <React.Fragment>
       <Modal size="xl" isOpen={props.isOpen} toggle={closeModalHandler} className="grw-page-accessories-modal">
+        {/* [TODO: insert a modal header and move nav tabs there  by gw-3890] */}
         <ModalBody className="overflow-auto grw-tab-content-style">
           <Nav className="nav-title" id="nav-title">
             {Object.entries(navTabMapping).map(([key, value]) => {