issue-153 Filter out parts without main image
Temporary measure while we don't have any kind of search. is basically to stop the website looking like it's filled with dumby data, which it looks like atm. resolves #153
This commit is contained in:
@@ -8,7 +8,7 @@ const PartsPage = () => {
|
||||
<MainLayout>
|
||||
<Seo title="Parts page" description="Cadhub parts page" lang="en-US" />
|
||||
<LandingSection />
|
||||
<PartsCell />
|
||||
<PartsCell shouldFilterPartsWithoutImage />
|
||||
</MainLayout>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user