Skip to content

Commit ea81629

Browse files
[autofix.ci] apply automated fixes
1 parent 0f54de2 commit ea81629

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/devtools-kit/src/core/component/state/process.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function processState(instance: VueAppInstance) {
9999
const props = type?.props
100100
const getters
101101
= type.vuex
102-
&& type.vuex.getters
102+
&& type.vuex.getters
103103
const computedDefs = type.computed
104104

105105
const data = {

packages/ui/src/constants/ic-icons.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated from @iconify-json/[email protected].1
1+
// Generated from @iconify-json/[email protected].2
22

33
export const icIcons: Record<string, string> = {
44
'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"/>',

0 commit comments

Comments
 (0)