Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jan 27, 2025
1 parent 0f54de2 commit ea81629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/devtools-kit/src/core/component/state/process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function processState(instance: VueAppInstance) {
const props = type?.props
const getters
= type.vuex
&& type.vuex.getters
&& type.vuex.getters
const computedDefs = type.computed

const data = {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/constants/ic-icons.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated from @iconify-json/[email protected].1
// Generated from @iconify-json/[email protected].2

export const icIcons: Record<string, string> = {
'baseline-10k': '<path fill="currentColor" d="M10 10.5h1.5v3H10zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M7.5 15H6v-4.5H4.5V9h3zm5.5-1c0 .55-.45 1-1 1H9.5c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1H12c.55 0 1 .45 1 1zm6.5 1h-1.75L16 12.75V15h-1.5V9H16v2.25L17.75 9h1.75l-2.25 3z"/>',
Expand Down

0 comments on commit ea81629

Please sign in to comment.