Add custom image loader and start job status.
This commit is contained in:
@@ -31,7 +31,7 @@ export function JobListComponent({ bodyshop }) {
|
||||
return refetch();
|
||||
};
|
||||
|
||||
if (loading) return <ActivityIndicator />;
|
||||
if (loading) return <ActivityIndicator style={{ flex: 1 }} />;
|
||||
if (error) return <Text>{error.message}</Text>;
|
||||
if (data && data.jobs && data.jobs.length === 0)
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user