fix: remove dead IS_DEV constant and no-op ternary in memories-grid (#760)

This commit is contained in:
Soumya Snigdha Kundu 2026-03-04 03:02:58 +00:00 committed by GitHub
parent 5d9e142596
commit 5e5d446659
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,8 +62,7 @@ type OgData = {
image?: string
}
const IS_DEV = process.env.NODE_ENV === "development"
const PAGE_SIZE = IS_DEV ? 100 : 100
const PAGE_SIZE = 100
const MAX_TOTAL = 1000
// Discriminated union for masonry items