2
0

fix(lp): 🩹 Vs pages typebot

This commit is contained in:
Baptiste Arnaud
2022-02-16 10:06:44 +01:00
parent 0bb50f9e78
commit b1916e4f9c
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ const VsTypebot = () => {
}) })
}) })
initContainer('typebot-container', { initContainer('typebot-container', {
publishId: 'example-vs-other-tools', publishId: 'request-class',
}) })
}, []) }, [])
return ( return (

View File

@ -23,7 +23,7 @@ import { Yes, No } from 'components/common/TableCells'
const VsTypebot = () => { const VsTypebot = () => {
useEffect(() => { useEffect(() => {
initContainer('typebot-container', { initContainer('typebot-container', {
publishId: 'example-vs-other-tools', publishId: 'request-class',
}) })
}, []) }, [])
return ( return (

View File

@ -26,7 +26,7 @@ const VsTypebot = () => {
useEffect(() => { useEffect(() => {
loadTypeform().then() loadTypeform().then()
initContainer('typebot-container', { initContainer('typebot-container', {
publishId: 'example-vs-other-tools', publishId: 'request-class',
}) })
}, []) }, [])
return ( return (