Explorar o código

add my bookmark list

ryuichi-e %!s(int64=5) %!d(string=hai) anos
pai
achega
fcdb4bf322
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/client/js/app.jsx

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

@@ -93,6 +93,7 @@ if (pageContainer.state.pageId != null) {
     'liker-list': <LikerList />,
 
     'user-created-list': <RecentCreated />,
+    'user-bookmarked-list': <MyBookmarkList />,
     'user-draft-list': <MyDraftList />,
   });
 }