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:
Sojan Jose
2025-08-13 13:53:56 +02:00
parent 36d18c50e4
commit 9ce6d9076b
8 changed files with 133 additions and 210 deletions

View File

@@ -306,7 +306,6 @@ const componentToRender = computed(() => {
return InstagramStoryBubble;
}
if (Array.isArray(props.attachments) && props.attachments.length === 1) {
const fileType = props.attachments[0].fileType;