mirror of
https://github.com/Hackdex-App/hackdex-website.git
synced 2026-08-23 17:14:59 -05:00
Hide hacks without patches from landing page
This commit is contained in:
@@ -25,6 +25,7 @@ export default async function Home() {
|
||||
.from("hacks")
|
||||
.select("slug,title,summary,description,base_rom,downloads,created_by,current_patch,original_author")
|
||||
.eq("approved", true)
|
||||
.not("current_patch", "is", null)
|
||||
.order("downloads", { ascending: false })
|
||||
.limit(6);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user