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