Przeglądaj źródła

remove an unnecessary component's id

kaoritokashiki 5 lat temu
rodzic
commit
dc059c4fb2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/client/js/app.jsx

+ 1 - 1
src/client/js/app.jsx

@@ -90,7 +90,7 @@ if (pageContainer.state.pageId != null) {
     'page-management': <PageManagement />,
 
     'revision-toc': <TableOfContents />,
-    'top-of-table-contents': <TopOfTableContents />,
+
     'seen-user-list': <SeenUserList />,
     'liker-list': <LikerList />,