Skip to content

Commit

Permalink
refactor: Fragment removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra committed Dec 20, 2019
1 parent bb33aa2 commit b5ca47f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,13 @@ export class Form extends PureComponent {
});

return (
<Fragment>
<>
{currentCategories.length
? currentCategories.map(category => {
return this.renderCategory(category, settings[category], categoryCounts[category]); // fix this
})
: this.maybeRenderNoSettings(clearQuery)}
</Fragment>
</>
);
}
}

0 comments on commit b5ca47f

Please sign in to comment.