2
0

💄 Improve new version popup animation

This commit is contained in:
Baptiste Arnaud
2023-02-22 16:59:04 +01:00
parent 00b6acca8e
commit 31711dc24d
4 changed files with 61 additions and 54 deletions

View File

@ -102,7 +102,7 @@ export const TypebotProvider = ({
typebotId,
}: {
children: ReactNode
typebotId: string
typebotId?: string
}) => {
const { status } = useSession()
const { push } = useRouter()