Skip to content

Commit

Permalink
precommit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorwalton committed May 20, 2024
1 parent dbd1b49 commit 7928f5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@
"engines": {
"node": ">=18.0.0"
}
}
}
4 changes: 2 additions & 2 deletions frontend/src/components/agents/sca/ScaResultItemDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
data.result === 'failed'
? 'text-error-color'
: data.result === 'not applicable'
? 'text-warning-color'
: 'text-success-color'
? 'text-warning-color'
: 'text-success-color'
"
>
{{ data.result }}
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/layouts/common/Provider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</template>

<script lang="ts" setup>
import { computed, watch } from "vue"
import { computed, watch } from "vue"
import {
NGlobalStyle,
NConfigProvider,
Expand Down

0 comments on commit 7928f5e

Please sign in to comment.