Progress update cleanup and UI improvements.
This commit is contained in:
@@ -17,14 +17,13 @@ export default function JobLines() {
|
||||
skip: !jobId,
|
||||
});
|
||||
|
||||
console.log("*** ~ JobLines ~ error:", error);
|
||||
const { t } = useTranslation();
|
||||
const onRefresh = async () => {
|
||||
return refetch();
|
||||
};
|
||||
|
||||
if (loading) {
|
||||
return <ActivityIndicator />;
|
||||
return <ActivityIndicator size="large" style={{ flex: 1 }} />;
|
||||
}
|
||||
|
||||
if (error) {
|
||||
|
||||
Reference in New Issue
Block a user