Update apps/web/pages/apps/categories/[category].tsx

This commit is contained in:
Omar López
2022-05-16 12:26:19 -06:00
committed by GitHub
parent c05040795d
commit f75917d9c4

View File

@@ -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<typeof getStaticProps>) {
export default function Apps({ apps }: InferGetStaticPropsType<typeof getStaticProps>) {
const { t } = useLocale();
const router = useRouter();