Skip to content

Commit cd6dbd5

Browse files
authored
fix: prevent disabled apps from appearing in app store category pages (calcom#26551)
1 parent 444b7b7 commit cd6dbd5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/web/lib/apps/categories/[category]/getStaticProps.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export const getStaticProps = async (category: AppCategories) => {
1010
categories: {
1111
has: category,
1212
},
13+
enabled: true,
1314
},
1415
select: {
1516
slug: true,

0 commit comments

Comments
 (0)