Parcourir la source

Update TableOfContents.jsx

itizawa il y a 5 ans
Parent
commit
14a9eb4e10
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"