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