Update src/components/Apps/AppViewer.tsx

This commit is contained in:
nico.benaz 2025-05-10 23:09:18 +02:00 committed by Nicola Benaglia
parent 1d03556184
commit ccd348100e

View File

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