mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Fix linting errors
This commit is contained in:
parent
f0e7f2dbcd
commit
ddf4fbc4ce
@ -359,7 +359,7 @@ function JobOutput({ job, eventRelatedSearchableKeys, eventSearchableKeys }) {
|
||||
if (listRef.current?.recomputeRowHeights) {
|
||||
listRef.current.recomputeRowHeights();
|
||||
}
|
||||
}, [currentlyLoading.current, cssMap, remoteRowCount]);
|
||||
}, [cssMap, remoteRowCount]);
|
||||
|
||||
useEffect(() => {
|
||||
if (jobStatus && !isJobRunning(jobStatus)) {
|
||||
@ -375,7 +375,7 @@ function JobOutput({ job, eventRelatedSearchableKeys, eventSearchableKeys }) {
|
||||
setTimeout(() => setIsFollowModeEnabled(false), 1000);
|
||||
}
|
||||
}
|
||||
}, [jobStatus]);
|
||||
}, [jobStatus]); // eslint-disable-line react-hooks/exhaustive-deps
|
||||
|
||||
const {
|
||||
error: cancelError,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user