precommit fixes
Taylor committed
May 20, 2024 at 11:05 UTC
7928f5efb17f9601550652811007c364a55778ce
3 files changed
+4
-4
frontend/package.json
+1
-1
@@ -122,4 +122,4 @@
122
"engines": {
123
"node": ">=18.0.0"
124
}
125
-}
\ No newline at end of file
125
+}
frontend/src/components/agents/sca/ScaResultItemDetails.vue
+2
-2
@@ -11,8 +11,8 @@
11
data.result === 'failed'
12
? 'text-error-color'
13
: data.result === 'not applicable'
14
- ? 'text-warning-color'
15
- : 'text-success-color'
14
+ ? 'text-warning-color'
15
+ : 'text-success-color'
16
"
17
>
18
{{ data.result }}
frontend/src/layouts/common/Provider.vue
+1
-1
@@ -16,7 +16,7 @@
16
</template>
17
18
<script lang="ts" setup>
19
-import { computed, watch } from "vue"
19
+import { computed, watch } from "vue"
20
import {
21
NGlobalStyle,
22
NConfigProvider,