Added app reducer, fixed package issues, begun camera screen updates
This commit is contained in:
@@ -18,7 +18,7 @@ export default function JobNotes({ job, loading, refetch }) {
|
||||
<Text>Job is not defined.</Text>
|
||||
</Card>;
|
||||
}
|
||||
console.log("job.notes :>> ", job.notes);
|
||||
|
||||
const onRefresh = async () => {
|
||||
return refetch();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user