Skip to content

Commit 81606c6

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 6767f8e commit 81606c6

File tree

1 file changed

+1
-1
lines changed
  • packages/kolibri/components/pages/AppBarPage

1 file changed

+1
-1
lines changed

packages/kolibri/components/pages/AppBarPage/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
},
143143
wrapperStyles() {
144144
return this.appearanceOverrides
145-
? {...this.paddingTop, ...this.appearanceOverrides }
145+
? { ...this.paddingTop, ...this.appearanceOverrides }
146146
: {
147147
width: '100%',
148148
maxWidth: '1064px',

0 commit comments

Comments
 (0)