Skip to content

Commit d2668ba

Browse files
committed
#2716 fixes after review
1 parent b5d9329 commit d2668ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ repos:
2323
hooks:
2424
- id: eslint
2525
name: ESLint
26-
entry: eslint --fix --config frontend/.eslintrc --ignore-path frontend/.eslintignore
26+
entry: eslint --fix --config frontend/.eslintrc --ignore-path frontend/.eslintignore frontend/
2727
language: node
2828
pass_filenames: false
29-
cwd: frontend
3029
additional_dependencies:
3130
- eslint@8.31.0
3231
- eslint-config-prettier@8.10.0

frontend/src/pages/Runs/Details/RunDetails/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export const RunDetails = () => {
9090
colorOverride={
9191
getStatusIconColor(status,
9292
terminationReason)
93+
9394
}
9495
>
9596
{getRunStatusMessage(runData)}

0 commit comments

Comments
 (0)