Fixes from prettier

Yeah, we should get this running apriori for pull requests :)
This commit is contained in:
Joel Marcey 2017-12-18 09:29:45 -08:00
parent 829508797e
commit 9c7836979f

View file

@ -167,7 +167,7 @@ const Description = props => (
);
const Showcase = props => {
if ((siteConfig.users||[]).length === 0) {
if ((siteConfig.users || []).length === 0) {
return null;
}
const showcase = siteConfig.users