remove log

This commit is contained in:
Alan 2022-04-14 20:36:41 -06:00
parent 6a9cee125d
commit 7ed0ccd013

View File

@ -51,7 +51,7 @@ export const ConfirmDialog = (props: IConfirmDialogWipe) => {
const initialDate = today.startOf("day");
const endDate = today.endOf("day");
const dateFormat = "ddd, MMM D, YYYY h:mm A";
console.log({ props });
const utils = trpc.useContext();
const rescheduleApi = useMutation(