Skip to content

Commit e9afd98

Browse files
authored
Merge pull request #115 from back4app/fix_zendesk_console_error
fix: Zendesk console error
2 parents 8f86f57 + db61e12 commit e9afd98

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/Sidebar/zendeskSettings.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ const zendeskSettings = () => {
22
return window.zESettings = {
33
webWidget: {
44
position: {
5-
horizontal: 'left',
6-
},
7-
offset: { vertical: '-6px', horizontal: '69.5px' }
5+
horizontal: 'left'
6+
}
87
}
98
};
109
}

0 commit comments

Comments
 (0)