Update src/components/Apps/AppViewer.tsx

This commit is contained in:
nico.benaz 2025-05-10 23:09:18 +02:00 committed by GitHub
parent 2099401803
commit 54fa211e06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,7 +108,7 @@ export const AppViewer = React.forwardRef(
targetOrigin
);
} catch (err) {
console.error('Failed to send theme change to iframe:', err);
console.error('Failed to send language change to iframe:', err);
}
}, [currentLang]);