diff --git a/package.json b/package.json index 77f4000..b33e93f 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dev": "astro dev", "build": "yarn run prisma:build && astro build", "prisma:migrate": "prisma migrate deploy && tsx ./prisma/migrate.ts", - "prisma:build": "yarn prisma:migrate && prisma generate --sql && " + "prisma:build": "yarn prisma:migrate && prisma generate --sql" }, "dependencies": { "@ag-grid-community/locale": "^33.3.2", diff --git a/src/components/requests/RequestsTable.tsx b/src/components/requests/RequestsTable.tsx index 1f0eaf5..45c0f88 100644 --- a/src/components/requests/RequestsTable.tsx +++ b/src/components/requests/RequestsTable.tsx @@ -23,7 +23,7 @@ export default function RequestsTable(props: { initial: Prisma.requestsGetPayloa const { initial } = props return ( -