Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
)
}
const webchatWebview = () => (
)
let mobileStyle = {}
if (isMobile(webchatState.theme.mobileBreakpoint)) {
mobileStyle = {
width: '100%',
height: '100%',
right: 0,
bottom: 0,
borderRadius: 0,
}
}
return (