Progress update cleanup and UI improvements.
This commit is contained in:
@@ -25,7 +25,7 @@ export default function JobNotes() {
|
||||
};
|
||||
|
||||
if (loading) {
|
||||
return <ActivityIndicator />;
|
||||
return <ActivityIndicator size="large" style={{ flex: 1 }} />;
|
||||
}
|
||||
if (error) {
|
||||
return <ErrorDisplay message={JSON.stringify(error?.message)} />;
|
||||
|
||||
Reference in New Issue
Block a user