diff --git a/src/Components/Document/DocumentListPage.js b/src/Components/Document/DocumentListPage.js index 972dcc0..511afd1 100644 --- a/src/Components/Document/DocumentListPage.js +++ b/src/Components/Document/DocumentListPage.js @@ -62,7 +62,8 @@ const DocumentListPage = ({ perPage }) => { } const q = query( collection(db, "documents"), - where("ownerId", "==", appUserId) + where("ownerId", "==", appUserId), + where("docType", "==", "interrogatories-out") ); const unsub = onSnapshot(q, (snapshot) => { const data = snapshot.docs.map((doc) => ({ @@ -186,16 +187,7 @@ const DocumentListPage = ({ perPage }) => {
Min
-Max
-Min
+Max
+