mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
force deploy
This commit is contained in:
parent
5a1a9ef1ab
commit
d1c68fbbfd
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ export const DocumentsTable: React.FC<Props> = ({
|
|||
documents,
|
||||
allowedTypes,
|
||||
}) => {
|
||||
// Filter the documents based on the allowed types
|
||||
const relevantDocuments = documents.filter((doc) =>
|
||||
allowedTypes.includes(doc.documentType)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue