Skip to content

Commit

Permalink
Themes: Add note about makeLayout for logged-in Theme sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Apr 28, 2016
1 parent 04829c4 commit 805277e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/my-sites/themes/index.web.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const designRoutes = isLoggedIn

const themesRoutes = isLoggedIn
? {
'/theme/:slug/:section?/:site_id?': [ details ],
'/theme/:slug/:section?/:site_id?': [ details ], // TODO: Add makeLayout here once /theme has its own module
}
: {
'/theme/:slug/:section?': [ details, makeLayout ],
Expand Down

0 comments on commit 805277e

Please sign in to comment.