File tree Expand file tree Collapse file tree
frontend/src/pages/Runs/Details/RunDetails Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,9 +23,10 @@ repos:
2323 hooks :
2424 - id : eslint
2525 name : ESLint
26- entry : eslint --fix --config frontend/.eslintrc --ignore-path frontend/.eslintignore frontend/
26+ entry : eslint --fix --config frontend/.eslintrc --ignore-path frontend/.eslintignore
2727 language : node
2828 pass_filenames : false
29+ cwd : " frontend/"
2930 additional_dependencies :
3031 - eslint@8.31.0
3132 - eslint-config-prettier@8.10.0
Original file line number Diff line number Diff line change @@ -87,11 +87,7 @@ export const RunDetails = () => {
8787 < div >
8888 < StatusIndicator
8989 type = { getStatusIconType ( status , terminationReason ) }
90- colorOverride = {
91- getStatusIconColor ( status ,
92- terminationReason )
93-
94- }
90+ colorOverride = { getStatusIconColor ( status , terminationReason ) }
9591 >
9692 { getRunStatusMessage ( runData ) }
9793 </ StatusIndicator >
You can’t perform that action at this time.
0 commit comments