Update job listing pag.e
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user