Browse Source

Merge branch 'feat/gw3604-userhome-renovation' into feat/gw-3757

takeru0001 5 years ago
parent
commit
19c1b86ac8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/client/js/app.jsx

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

@@ -97,7 +97,6 @@ if (pageContainer.state.pageId != null) {
     'liker-list': <LikerList />,
     'user-info': <UserInfo />,
 
-    'user-created-list': <RecentCreated />,
     'recent-created-icon': <RecentlyCreatedIcon />,
     'user-created-list': <RecentCreated userId={pageContainer.state.creator._id} />,
     'user-draft-list': <MyDraftList />,