Update job listing pag.e

This commit is contained in:
Patrick Fic
2025-10-15 16:04:54 -07:00
parent 934e832b51
commit 4c7ae9de79
4 changed files with 148 additions and 24 deletions

View File

@@ -75,6 +75,7 @@ export function JobListComponent({ bodyshop }) {
}
style={{ flex: 1 }}
data={jobs}
keyExtractor={(item) => item.id?.toString()}
renderItem={(object) => <JobListItem item={object.item} />}
/>
</SafeAreaView>