We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d9329 commit d2668baCopy full SHA for d2668ba
2 files changed
.pre-commit-config.yaml
@@ -23,10 +23,9 @@ repos:
23
hooks:
24
- id: eslint
25
name: ESLint
26
- entry: eslint --fix --config frontend/.eslintrc --ignore-path frontend/.eslintignore
+ entry: eslint --fix --config frontend/.eslintrc --ignore-path frontend/.eslintignore frontend/
27
language: node
28
pass_filenames: false
29
- cwd: frontend
30
additional_dependencies:
31
- eslint@8.31.0
32
- eslint-config-prettier@8.10.0
frontend/src/pages/Runs/Details/RunDetails/index.tsx
@@ -90,6 +90,7 @@ export const RunDetails = () => {
90
colorOverride={
91
getStatusIconColor(status,
92
terminationReason)
93
+
94
}
95
>
96
{getRunStatusMessage(runData)}
0 commit comments