tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
don't include archived when filtering on docs
awarm.space
3 months ago
80462233
581887cd
+1
-1
1 changed file
expand all
collapse all
unified
split
app
(home-pages)
home
HomeLayout.tsx
+1
-1
app/(home-pages)/home/HomeLayout.tsx
···
314
314
return (
315
315
(filter.drafts && drafts) ||
316
316
(filter.published && published) ||
317
317
-
(filter.docs && docs) ||
317
317
+
(filter.docs && docs && (archived === false || archived === null)) ||
318
318
(filter.templates && templates) ||
319
319
(filter.archived && archived)
320
320
);