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

pull/2770/head
Omar López 2022-05-16 12:26:19 -06:00 committed by GitHub
parent c05040795d
commit f75917d9c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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();