Explorar el Código

Update TableOfContents.jsx

itizawa hace 5 años
padre
commit
14a9eb4e10
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/client/js/components/TableOfContents.jsx

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

@@ -33,7 +33,7 @@ const TableOfContents = (props) => {
 
   return (
     <>
-      {/* TODO add four contents */}
+      {/* TODO GW-3253 add four contents */}
       <StickyStretchableScroller
         contentsElemSelector=".revision-toc .markdownIt-TOC"
         stickyElemSelector="#revision-toc"