This commit is contained in:
Kenneth Jannette
2024-03-11 01:57:59 -05:00
parent f30307ca14
commit 2a63102e6d
2 changed files with 25 additions and 26 deletions

View File

@@ -108,7 +108,6 @@ const CaseDetailsPage = () => {
const response = await getDoc(docRef).then(function (doc) {
if (doc.exists) {
const data = doc.data();
console.log("data", data);
setDocsAllowed(data.docsAllowedPerMonth);
setDocsGenerated(data.docsGenerated);
return data;