Removing Prisma and Grapql-nestjs-prisma resolvers (#2574)
* Some cleaning * Fix seeds * Fix all sign in, sign up flow and apiKey optimistic rendering * Fix
This commit is contained in:
@@ -63,7 +63,7 @@ export const ActivityComments = ({
|
||||
}: ActivityCommentsProps) => {
|
||||
const currentUser = useRecoilValue(currentUserState);
|
||||
const { createOneObject } = useCreateOneObjectRecord({
|
||||
objectNameSingular: 'commentV2',
|
||||
objectNameSingular: 'comment',
|
||||
});
|
||||
|
||||
if (!currentUser) {
|
||||
|
||||
Reference in New Issue
Block a user