Fixed a typo
This commit is contained in:
committed by
fabioberger
parent
c223a72f5b
commit
026690c837
@@ -68,7 +68,7 @@ const Hits: React.FC<IHitsProps> = ({ hits }) => {
|
||||
|
||||
return (
|
||||
<>
|
||||
{featuredTools.length && (
|
||||
{featuredTools.length > 0 && (
|
||||
<FeaturedToolsWrapper>
|
||||
<Heading asElement="h2" size="default">
|
||||
Featured Tools
|
||||
|
||||
Reference in New Issue
Block a user