mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-10 14:52:29 +02:00
Fixes from prettier
Yeah, we should get this running apriori for pull requests :)
This commit is contained in:
parent
829508797e
commit
9c7836979f
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ const Description = props => (
|
||||||
);
|
);
|
||||||
|
|
||||||
const Showcase = props => {
|
const Showcase = props => {
|
||||||
if ((siteConfig.users||[]).length === 0) {
|
if ((siteConfig.users || []).length === 0) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
const showcase = siteConfig.users
|
const showcase = siteConfig.users
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue