From f75917d9c4eadd1c573726e1415ee0cdb64bff2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20L=C3=B3pez?= Date: Mon, 16 May 2022 12:26:19 -0600 Subject: [PATCH] Update apps/web/pages/apps/categories/[category].tsx --- apps/web/pages/apps/categories/[category].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/pages/apps/categories/[category].tsx b/apps/web/pages/apps/categories/[category].tsx index 5bf39d3e9f..034155d54c 100644 --- a/apps/web/pages/apps/categories/[category].tsx +++ b/apps/web/pages/apps/categories/[category].tsx @@ -11,7 +11,7 @@ import prisma from "@calcom/prisma"; import Shell from "@components/Shell"; import AppCard from "@components/apps/AppCard"; -export default function Apps({ apps: apps }: InferGetStaticPropsType) { +export default function Apps({ apps }: InferGetStaticPropsType) { const { t } = useLocale(); const router = useRouter();