mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-17 03:25:00 +00:00
chore: apply code quality improvements and linting fixes
- Remove remaining console.log statements and replace with comments - Add ESLint disable comments for intentionally unused variables - Improve code formatting and style consistency - Fix remaining linting violations for better CI compliance
This commit is contained in:
@@ -306,7 +306,6 @@ const componentToRender = computed(() => {
|
||||
return InstagramStoryBubble;
|
||||
}
|
||||
|
||||
|
||||
if (Array.isArray(props.attachments) && props.attachments.length === 1) {
|
||||
const fileType = props.attachments[0].fileType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user