test vercel preview deploy

This commit is contained in:
Sidney Alcantara
2022-05-27 15:32:54 +10:00
parent 8286aa8147
commit da549307f6

View File

@@ -107,7 +107,7 @@ export function useFirestoreDocWithAtom<T = TableRow>(
}
);
// If `options?.updateDataAtom` was passed,
// If `updateDataAtom` was passed,
// set the atoms value to a function that updates the document
if (updateDataAtom) {
setUpdateDataAtom(() => (update: T, deleteFields?: string[]) => {