Improved document uploads & remove console logs.

This commit is contained in:
Patrick Fic
2021-06-01 08:49:29 -07:00
parent fd52e72364
commit 659881e012
15 changed files with 350 additions and 190 deletions

View File

@@ -32,8 +32,6 @@ export default function JobDocumentsComponent({ job, loading, refetch }) {
[job.documents]
);
console.log(job.documents);
return (
<View style={{ flex: 1 }}>
<FlatList