mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-29 08:57:03 +02:00
Prettier fix for b96fae035f
This commit is contained in:
parent
b96fae035f
commit
db65f4b7fd
1 changed files with 2 additions and 1 deletions
|
@ -230,7 +230,8 @@ function execute(port) {
|
|||
|
||||
let Doc;
|
||||
if (
|
||||
metadata.layout && siteConfig.layouts &&
|
||||
metadata.layout &&
|
||||
siteConfig.layouts &&
|
||||
siteConfig.layouts[metadata.layout]
|
||||
) {
|
||||
Doc = siteConfig.layouts[metadata.layout]({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue